I am trying to use the Viterbi Coprocessor (VCP2) of TI C6474 DSP. Do you have any idea about how to store the states after decoding each frame and reuse them for the next message? This will allow to decode a continually encoded stream frame by frame.
I have also posted a longer version of this question to TI forums. Please visit if you need detailed information and some code: http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/439/t/238174.aspx
I had asked a related question about what I am trying to do, here: Viterbi decoder on a bit stream where the preamble is also coded. After I asked that question, I learnt that the messages are encoded without resetting the states. So I need to this while decoding, too.
Thanks in advance.