edited by
437 views
0 votes
0 votes

Consider a simple code in which each codeword consists of $2$ data bits $[d1, d0]$ and $3$ check bits $[c2, c1, c0]$.

The check bits are computed as follows:

$c2 = d1 \oplus d0$, where $\oplus$ is the modulo – $2$ sum

$c1 = d1$, and

$c0 = d0$.

(i) Determine the minimum Hamming distance between any two distinct codewords of this code.

(ii) How many errors in a codeword can be detected by this code? Justify your answer.

(iii) How many errors in a codeword can be corrected by this code? Justify your answer.

edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
2
shivanisrivarshini asked Mar 20, 2018
476 views
The left-to-right post-order traversal of a tree $T$ yields the following sequence of nodes:$$\text{D K E F B G L M H I J C A.}$$For each node of $T$, the deg...
0 votes
0 votes
0 answers
4