The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(
The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)...
The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)...
this is viterbi algorithm...
FEC Optimized viterbi code...
viterbi 1/2码率 长度k=7的编码译码程序...
viterbi搜索算法是一种全局动态规划算法,在本例中,我们用C实现了他的搜索过程....