Sonsivri

Electronics => Projects => Topic started by: RedBull on October 17, 2009, 06:17:39 06:17



Title: [REQ] Viterbi Decoding
Post by: RedBull on October 17, 2009, 06:17:39 06:17
Does anyone have materials related to implementation of Viterbi algorithm using VHDL on FPGA? Any information would be very helpful.
Thanks


Title: Re: [REQ] Viterbi Decoding
Post by: DarkClover on November 02, 2009, 05:05:43 17:05
There is a lot of Information about the Viterbi algorithm and FPGA on the internet:

First is Wikipedia but I'm sure you have read this. (http://en.wikipedia.org/wiki/Viterbi_algorithm (http://en.wikipedia.org/wiki/Viterbi_algorithm))
Have a look at the attachments there are some projects using the Viterbi algorithm.


Title: Re: [REQ] Viterbi Decoding
Post by: janakfun on November 18, 2009, 10:36:33 10:36
If you are looking for VHDL implementation of the same ,let me please know the K  and r values you wish to have for the algorithm .


Title: Re: [REQ] Viterbi Decoding
Post by: RedBull on November 20, 2009, 01:00:39 13:00
If you are looking for VHDL implementation of the same ,let me please know the K  and r values you wish to have for the algorithm .

I'm looking to implement K=3 and r=1/2 decoder first. Then i'll do it for higher K value.
Thank you


Title: Re: [REQ] Viterbi Decoding
Post by: janakfun on December 16, 2009, 10:34:54 10:34
Hi
sorry for the late reply, i was a bit busy.
Anyway , please find in this link ,
 http://www.expertcore.org/viewtopic.php?f=8&t=866  (http://www.expertcore.org/viewtopic.php?f=8&t=866)

this could may be useful to you. please try some code converter tools as the code is in C++ .
or
 Try this code from open cores .

  http://www.opencores.org/project,vhcg  (http://www.opencores.org/project,vhcg)

 (this is in VHDL, for k= 7 , r= 1/2 )