answersLogoWhite

0


Best Answer

assume that u have received a code, you multiply it to parity check matrix and it results to syndrome, the syndrome identify you the error code from table look up which can be made by multiplying any probable error pattern in generator matrix.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is an error corrected by using the Hamming code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the limitations of Hamming Code?

Hamming code handles only single-bit errors-two or more errors will cause an incorrect syndrome value. It can detect double bit error but not corrected


How can hamming code be used to correct burst errors?

Hamming code is only used for single bit error :/


The code 11110101101 was received Using Hamming encoding method 2 what is the original code sent?

the code 11110101101 was received using hamming encoding algorithm what was the original code sent


What is the minimum hamming distance if t-error correcting code?

2t+1


What is the minimum Hamming distance if a code t error corrrecting?

2T + 1


What is the minimum Hamming distance if a code t-error corrrecting?

2T + 1


What are hamming codes used for?

Hamming Codes are used for detecting multiple errors in a transmitted code. It can trace missing parts of a code that may have been lost through transmission and it can also tell you if an error has occurred in any bit of the code using Modulo Tow Arithmetic.


How hamming codes works?

Hamming code is a linear error-correcting code named after its inventor, Richard Hamming. Hamming codes can detect and correct single-bit errors, and can detect (but not correct) double-bit errors. In other words, the Hamming distance between the transmitted and received code-words must be zero or one for reliable communication.


How is the syndrome for the Hamming code interpreted?

Hamming Codes are used for detecting multiple errors in a transmitted code. It can trace missing parts of a code that may have been lost through transmission and it can also tell you if an error has occurred in any bit of the code using Modulo Tow Arithmetic.Read more: http://wiki.answers.com/What_are_hamming_codes_used_for#ixzz21gh0KNMn


What is Hamming Code Explain its importance with suitable example?

Hamming Code is a system involving multiple parity bits per word such that not only can errors be detected but certain types of errors can be corrected. The first Hamming Code was called (7,4) because it added 3 parity bits to 4 data bits, creating a 7 bit code. See link for example.


Write the generator matrix for the hamming code 51?

i want hamming code matrix (h and g)


Construct a 12-bit Hamming code for the characters A and 3 ASCII. 3 equals 00110011?

Hamming Code for A: 010010000100 (The strike numbers are the check bits) Hamming Code for 3: 001100011101