@@ -644,7 +644,7 class Decoder(Operation): | |||||
644 |
|
644 | |||
645 | code = self.code[self.__profIndex].reshape(1,-1) |
|
645 | code = self.code[self.__profIndex].reshape(1,-1) | |
646 |
|
646 | |||
647 | for i in range(__nChannels): |
|
647 | for i in range(self.__nChannels): | |
648 | self.datadecTime[i,:] = numpy.correlate(data[i,:], code, mode='valid') |
|
648 | self.datadecTime[i,:] = numpy.correlate(data[i,:], code, mode='valid') | |
649 |
|
649 | |||
650 | print "Time ", time.time() - ini |
|
650 | print "Time ", time.time() - ini |
General Comments 0
You need to be logged in to leave comments.
Login now