Tutorial 4 PDF
Tutorial 4 PDF
Tutorial: 4
1. In Table 1, the sender sends dataword 00, A 3-bit burst error corrupts the codeword. Can
receiever detect the error? Give justification.
Datawords Codewords
00 000
01 011
10 101
11 110
Table: 1
4. Show that the Hamming code C (7, 4) of Table 2 can detect two-bit errors but not
necessarily three-bit error by testing the code in the following cases. The character “N” in
the burst error means no error; the characher “E” means an error.
1. Dataword: 0100 Burst error: NEENNNN
2. Dataword: 0111 Burst error: ENNNNNE
3. Dataword: 1111 Burst error: ENENNNE
4. Dataword: 0000 Burst error: EENENNN
Datawords Codewords Datawords Codewords
0000 0000000 1000 1000110
0001 0001101 1001 1001011
0010 0010111 1010 1010001
0011 0011010 1011 1011100
0100 0100011 1100 1100101
0101 0101110 1101 1101000
0110 0110100 1110 1110010
0111 0111001 1111 1111111
Table: 2
5. For a dataword of at least 11 bits. Find the values of k and n in the Hamming code C (n, k)
with dmin = 3.