Information Theory and Coding Cat 2
Information Theory and Coding Cat 2
Ans:
2 Suppose there is a set of four symbols, i.e., {B, A, C, D, E} with probabilities {0.2, 0.1, 0.3, 0.2, 10
0.2}. The receiver receives 0.696 in terms of real decimal number with an additive noise of 0.02.
At the receiver, the output of the Regenerative Repeater is fetched to Arithmetic decoder.
Construct the transmitted message considering that the receiver stops decoding upto five
symbols.
Answer:
3 Assume that the source is generating 26 lower case English alphabets. Apply adaptive Huffman 10
encoding algorithm for the following message.
Believe
Ans:
4 The initial dictionary of LZW decoding is given below. 10
Index Word /alphabets
1 V
2 T
3 I
4 @
5 W
6 J
7 N
1 3 2 4 8 10 12 11 9 4 5 3 7 17 19 21 7
Ans:
5 For a systematic linear block code , the parity check digits are represented by 10
C5 = d1⨁ d2⨁d3
C6 = d2⨁ d3⨁d4
C7 = d1⨁d3⨁d4
C8 = d1⨁d2
(a) Construct the generator matrix and estimate the code rate.
(b) Construct the encoder circuit.
(c) Given a received message R = [1 0 1 0 0 1 1 1] find the syndrome vector and corrected code
word.
Answer: