@@ -657,6 +657,10 class Decoder(Operation): | |||
|
657 | 657 | """ |
|
658 | 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 | 664 | if mode == 0: |
|
661 | 665 | datadec = self.__convolutionByBlockInTime(dataOut.data) |
|
662 | 666 | if mode == 1: |
General Comments 0
You need to be logged in to leave comments.
Login now