I am having trouble trying to understand some viterbi decoder source codes. I understand the concept and everything but I just don't get some of the calculations that appears in viterbi decoding as well as how convolution code works in the source code.

Many thanks for any answers.

link|improve this question
Any pointers to your code/references? – Amro Oct 6 '09 at 20:46
feedback

2 Answers

NLTK has a fully functional Viterbi parser written in Python, including a demonstration application on how it works. Not in C, but highly recommended to understand the algorithm.

link|improve this answer
feedback

Phil Karn has C implementations of several forward error correcting algorithms, including Viterbi decoders for various convolutional codes:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown