answersLogoWhite

0

BY USING FORMULA (M+R+1)<=2r 011110110011001110101 ----

The formula

d + p + 1 <= 2^p

(where d is the number of data bits and p is the number of check bits)

indicates that we need at least 5 check bits in order to correct single-bit errors in blocks of 16 data bits -- a (21,16) code. SECDED requires 6 check bits for blocks of 16 data bits.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

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.


What is hamming code in digital communication?

Hamming code is an error-correcting code used in digital communication to detect and correct single-bit errors in transmitted data. Developed by Richard Hamming, it adds redundancy bits to the original data, allowing the receiver to identify and fix errors without needing a retransmission. The code uses a specific arrangement of parity bits, which are calculated based on the data bits, to ensure that any single-bit error can be pinpointed and corrected. This makes Hamming code particularly useful in reliable data transmission systems.


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.


A receiver receives the code 11001100111 When it uses the Hamming encoding method 2 the result is 0101 Correct the bit in error and identify the correct code?

11001000111


When was Ronald Hamming born?

Ronald Hamming was born in 1973.


When was Richard Hamming born?

Richard Hamming was born on 1915-02-11.


When did Richard Hamming die?

Richard Hamming died on 1998-01-07.


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


When was Ineke Dezentjé Hamming-Bluemink born?

Ineke Dezentj&eacute; Hamming-Bluemink was born in 1954.


Write the generator matrix for the hamming code 51?

i want hamming code matrix (h and g)


What has the author R W Hamming written?

R W. Hamming has written: 'Calculus and the computer revolution'


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