339 views
0 votes
0 votes
Hamming Distance: We can calculate how much Hamming Distance should be there so that we can correct any wrong bit

Hamming Code: By Hamming Code we can correct any wrong bit.

Questions:

1] Are they both different techniques or there is relation between Hamming Distance and Hamming Code?
or Hamming Distance is a generic concept(we can calculate Hamming Distance in any two numbers).

2] Why should anybody use Hamming Code where we can correct error by Hamming Distance?

1 Answer

0 votes
0 votes
  1. Hamming distance , of two strings of equal length is number of positions at which corresponding symbols are different .  whereas hamming code is a technique to correct the error. for exampple – {abc , abd} here hamming distance is 1 , { 111 , 000} here hamming distance is 3. bcz , position of every bit is different.
  2.  The key significance of the hamming distance is that if two codewords have a Hamming distance of d between them, then it would take d single bit errors to turn one of them into the other.

Related questions

1 votes
1 votes
0 answers
1
1 votes
1 votes
0 answers
3
ajaysoni1924 asked Apr 6, 2019
2,238 views
How many parity check bits must be included with the data word to achieve single-bit error correction and double error correction when data words are as follows:16 bits...
1 votes
1 votes
0 answers
4