1,580 views
0 votes
0 votes
An error correcting code has the following code words: 00000000,00001111,01010101,10101010,11110000. What is the maximum number of bit errors that can be corrected?  0 1 2 3

Minimum hamming distance is 4

Error detection is dmin-1= 4-1=3

Error correction is 3/2 =1.5 ie 1 floor of it

Then why answer key shows answer 3...

Please help

1 Answer

Related questions

1 votes
1 votes
1 answer
1
Markzuck asked Jan 9, 2019
1,558 views
someone please post detailed solution pic for this procedure- I am getting bits 1 and 2 as errorneous.
2 votes
2 votes
2 answers
2
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
0 votes
0 votes
0 answers
3
Rahul_Rathod_ asked Jan 19, 2019
594 views
what is approach to solve this type of question?
0 votes
0 votes
2 answers
4
Karthik Akula asked Sep 1, 2016
5,854 views
Can anyone explain me how to detect and correct errors using hamming code ?