Closed racerxdl closed 8 years ago
It seens that Viterbi Decoder is not added to the source tree. I couldn't find its source code and neither is on python module.
>>> import isdbt >>> dir(isdbt) ['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', 'isdbt_channel_decoding', 'isdbt_rf_channel_decoding'] >>> 'module' object has no attribute 'viterbi_decoder'
I think it may be erased on a random commit, but I couldnt find where.
Ok, I will close it. It was missing the SWIG. I get no error in cmake, just a warning and I didnt saw it. Now it is working.
It seens that Viterbi Decoder is not added to the source tree. I couldn't find its source code and neither is on python module.
I think it may be erased on a random commit, but I couldnt find where.