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