@@ -657,6 +657,10 class Decoder(Operation): | |||||
657 | """ |
|
657 | """ | |
658 | Decoding when data have been read as block, |
|
658 | Decoding when data have been read as block, | |
659 | """ |
|
659 | """ | |
|
660 | if mode == 3: | |||
|
661 | sys.stderr.write("Decoder Warning: mode=%d is not valid, using mode=0\n" %mode) | |||
|
662 | mode = 0 | |||
|
663 | ||||
660 | if mode == 0: |
|
664 | if mode == 0: | |
661 | datadec = self.__convolutionByBlockInTime(dataOut.data) |
|
665 | datadec = self.__convolutionByBlockInTime(dataOut.data) | |
662 | if mode == 1: |
|
666 | if mode == 1: |
General Comments 0
You need to be logged in to leave comments.
Login now