Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Viterbi algoritm
4.0
Viterbi algorithm is utilized to decode the convolutional codes . Again the decoding can be done in two approaches. One approach is called hard decision decoding which uses Hamming distance as a metric to perform the decoding operation, whereas, the soft decision decoding uses Euclidean distance as a metric. As stated in one of the previous posts the soft decision decoding improves the performance of the code to a significant extent compared to the hard decision decoding. Viterbi Algorithm (VA) decoding involves three stages, namely, 1) Branch Metric Calculation 2) Path Metric Calculation 3) Trace back operation
panzer1453
2016-08-23
1
1
No more~