##// END OF EJS Templates
Bug fixed: configuracion de la decodificacion
Miguel Valdez -
r300:2612dbc179b2
parent child
Show More
@@ -591,7 +591,7 class Decoder(Operation):
591 591
592 592 self.__nChannels, self.__nHeis = shape
593 593
594 self.__codeBuffer = numpy.zeros(self.nCode, self.__nHeis)
594 self.__codeBuffer = numpy.zeros((self.nCode, self.__nHeis))
595 595
596 596 self.__codeBuffer[:,0:self.nBaud] = self.code[:,:]
597 597
General Comments 0
You need to be logged in to leave comments. Login now