Here is an update on this project:
-
Optional initial/final state for Viterbi (put a negative number if
you don’t want to set it) -
Automated the process of FSM generation for any ISI channel and
modulation size, so now this part is done for you, instead of having to
generate the FSM file (with, say matlab) and then read it in python.
This piece of code is in the file fsm.py -
Wrote two examples on ISI equalization using Viterbi: test_isi1.py,
test_isi2.py
Check all updates at
http://www.eecs.umich.edu/~anastas/gnuradio/
Achilleas