##// END OF EJS Templates
Test codificacion
Miguel Valdez -
r310:cf06464df51c
parent child
Show More
@@ -602,7 +602,7 class Decoder(Operation):
602 602
603 603 self.fft_code = numpy.conj(numpy.fft.fft(__codeBuffer, axis=1))
604 604
605 self.ndatadec = __nHeis - nBaud + 1
605 self.ndatadec = self.__nHeis - self.nBaud + 1
606 606
607 607 self.datadecTime = numpy.zeros((self.__nChannels, self.ndatadec), dtype=numpy.complex)
608 608
General Comments 0
You need to be logged in to leave comments. Login now