@@ -507,7 +507,7 class RadarControllerHeader(Header): | |||||
507 | code1 = (self.code + 1.0) / 2. |
|
507 | code1 = (self.code + 1.0) / 2. | |
508 |
|
508 | |||
509 | for ic in range(self.nCode): |
|
509 | for ic in range(self.nCode): | |
510 |
tempx = numpy.zeros( |
|
510 | tempx = numpy.zeros(int(self.nBaud / 32.)) | |
511 | start = 0 |
|
511 | start = 0 | |
512 | end = 32 |
|
512 | end = 32 | |
513 | for i in range(len(tempx)): |
|
513 | for i in range(len(tempx)): |
@@ -765,7 +765,7 class Decoder(Operation): | |||||
765 | self.__profIndex += 1 |
|
765 | self.__profIndex += 1 | |
766 |
|
766 | |||
767 | return 1 |
|
767 | return 1 | |
768 | # dataOut.flagDeflipData = True #asumo q la data no esta sin flip |
|
768 | # dataOut.flagDeflipData = True #asumo q la data no esta sin flip | |
769 |
|
769 | |||
770 |
|
770 | |||
771 | class ProfileConcat(Operation): |
|
771 | class ProfileConcat(Operation): |
General Comments 0
You need to be logged in to leave comments.
Login now