5,090 views
3 votes
3 votes
To provide more reliability than the Single Parity Bit technique, a new error-detecting scheme has been proposed. The scheme uses first parity bit for checking all the odd numbered bits and a second parity bit for all the even numbered bits. What is the (minimum) Hamming distance of this code ?

1 Answer

Best answer
6 votes
6 votes

Here we need to know : 

a) Minimum Hamming distance needed to detect 'd' errors  =  d + 1

b) Minimum Hamming distance needed to correct 'd' errors  =  2d + 1

c) A simple parity scheme has one bit error detecting capability

In the modified parity scheme , we can detect two errors as we are using two separate parity bits ; one for checking bits at odd-numbered positions and other at even numbered positions.

Hence number of errors that can be detected   =  2 (corresponding to each parity bit we have one error which can be detected)

Hence minimum hamming distance needed for error detection   =  d + 1   =  2 + 1  = 3

          minimum hamming distance needed for error correction  =  2d + 1   =  2(2) + 1   =   5

selected by

Related questions

1 votes
1 votes
2 answers
1
1 votes
1 votes
1 answer
2
2 votes
2 votes
2 answers
3
iarnav asked Nov 19, 2018
3,094 views
If the Hamming distance between a dataword and the corresponding codeword is three, there are _____ bits in error.A) 5 B) 4 C) 3 D) none of the above