Hello all,
Can anyone please help me in implementing a viterbi decoder on arduino? It will be really helpful if some one can guide about an already made library or some sample code for it. Any help regarding viterbi decoder's implementation will be helpful.
Thanks
Got a link to what the algorythm needs to do?
A quick Google search (which OP could have done himself) turns up this:
http://home.netcom.com/~chip.f/viterbi/tutorial.html
click on "Simulation Source Code Examples" which takes you to:
http://home.netcom.com/~chip.f/viterbi/examples.html
and from there click on "Viterbi decoder" (in the text) which takes you to:
http://home.netcom.com/~chip.f/viterbi/ccode/sdvd.html
Beyond that you're on your own. I know nothing about Viterbi encoding/decoding.
Pete
Hello,
you can found my library here
and a tutorial to understand convolution and viterbi decoding
have fun
Anthony