@@ -642,6 +642,9 class Decoder(Operation): | |||||
642 | if not self.__isConfig: |
|
642 | if not self.__isConfig: | |
643 | if code != None: |
|
643 | if code != None: | |
644 | code = numpy.array(code).reshape(nCode,nBaud) |
|
644 | code = numpy.array(code).reshape(nCode,nBaud) | |
|
645 | dataOut.code = code | |||
|
646 | dataOut.nCode = nCode | |||
|
647 | dataOut.nBaud = nBaud | |||
645 | if code == None: |
|
648 | if code == None: | |
646 | code = dataOut.code |
|
649 | code = dataOut.code | |
647 |
|
650 |
General Comments 0
You need to be logged in to leave comments.
Login now