641 views
–1 votes
–1 votes

I am getting min Hamming distance = 1. But no such option.

Also Is there any way to find Valid/Invalid Codewords?

1 Answer

0 votes
0 votes
between code 10101 and 10001 only one bit difference.

yes hamming distance is 1 (p)

hence error detected = hamming distance -1 hence 0 (q).

Related questions

1 votes
1 votes
2 answers
2
Souvik33 asked Jan 12, 2023
589 views
What is the earliest stage compiler error for the following C code snippet:int x = @33;Lexical ErrorSyntax ErrorSemantic ErrorNone
0 votes
0 votes
0 answers
3
Divyanshu Shukla asked Nov 26, 2021
607 views
Find the status of the following generators related to two isolated, single-bit errors.a. $x + 1$b. $x^4+1$c. $x² + x + 1$d. $x^{14}+x^{15}+1$
0 votes
0 votes
0 answers
4
Priyanka17 asked Apr 20, 2019
406 views
A block of bits with n rows and m columns uses horizontal and vertical parity bits for error detection. If exactly 4 bits are in error during transmission, derive an expr...