InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an algorithm for decoding convolution codes?(a) Viterbi algorithm(b) Stack algorithm(c) Fano’s sequential coding(d) Ant colony optimizationThis question was posed to me in exam.I need to ask this question from Convolutional Codes topic in division Equalization, Diversity and Channel Coding of Wireless/Mobile |
|
Answer» RIGHT choice is (d) Ant colony optimization Easiest explanation: There are a number of techniques for decoding convolution codes. The most important of these methods is Viterbi algorithm. Other decoding ALGORITHMS for convolutional codes are Fano’s SEQUENTIAL CODING, stack algorithm and feedback coding. |
|