@@ -649,6 +649,7 class Decoder(Operation): | |||||
649 | def convolutionInTime(self, data): |
|
649 | def convolutionInTime(self, data): | |
650 |
|
650 | |||
651 | ini = time.time() |
|
651 | ini = time.time() | |
|
652 | print self.datadecTime.shape, data.shape, code.shape | |||
652 |
|
653 | |||
653 | code = self.code[self.__profIndex].reshape(1,-1) |
|
654 | code = self.code[self.__profIndex].reshape(1,-1) | |
654 |
|
655 | |||
@@ -677,6 +678,8 class Decoder(Operation): | |||||
677 | self.setup(code, dataOut.data.shape) |
|
678 | self.setup(code, dataOut.data.shape) | |
678 | self.__isConfig = True |
|
679 | self.__isConfig = True | |
679 |
|
680 | |||
|
681 | print "DAta shape ", dataOut.data.shape | |||
|
682 | ||||
680 | if mode == 0: |
|
683 | if mode == 0: | |
681 | datadec = self.convolutionInFreq(dataOut.data) |
|
684 | datadec = self.convolutionInFreq(dataOut.data) | |
682 |
|
685 |
General Comments 0
You need to be logged in to leave comments.
Login now