##// END OF EJS Templates
Miguel Valdez -
r306:f1a07baeb8b6
parent child
Show More
@@ -637,12 +637,14 class Decoder(Operation):
637 datadec = data[:,:-self.nBaud+1]
637 datadec = data[:,:-self.nBaud+1]
638 ndatadec = self.__nHeis - self.nBaud + 1
638 ndatadec = self.__nHeis - self.nBaud + 1
639
639
640 print time.time() - ini, "prof = %d, nCode=%d" %(self.__profIndex, self.nCode)
641
640 if self.__profIndex == self.nCode-1:
642 if self.__profIndex == self.nCode-1:
641 self.__profIndex = 0
643 self.__profIndex = 0
642 return ndatadec, datadec
644 return ndatadec, datadec
643
645
644 self.__profIndex += 1
646 self.__profIndex += 1
645 print time.time() - ini
647
646 return ndatadec, datadec
648 return ndatadec, datadec
647
649
648 def convolutionInTime(self, data):
650 def convolutionInTime(self, data):
General Comments 0
You need to be logged in to leave comments. Login now