InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an example of block code?(a) Hamming code(b) Cyclic code(c) Convolution code(d) BCH codesThe question was posed to me in my homework.Origin of the question is Block Codes and Finite Fields in division Equalization, Diversity and Channel Coding of Wireless/Mobile |
|
Answer» CORRECT answer is (c) Convolution code The best explanation: HAMMING codes, cyclic codes and BCH codes are the example of block codes. Convolution code does not come in the category of block code. Some other examples of block codes are Reed SOLOMON codes, Golay codes and Hadamard codes. |
|