Qualcomm interview question

What's the difference between block code and convolution code?

Interview Answers

Anonymous

16 Aug 2012

Block code code information in blocks while convolutional codes convolve information bit sequence

5

Anonymous

10 Aug 2012

In block codes, information bits are followed by parity bits. In convolution codes, information bits are spread along the sequence. Block codes are memoryless whereas Convolution codes have memory. Convolution codes use small codewords in comparison to block codes, both achieving the same quality.

7