answersLogoWhite

0


Best Answer

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

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Sixteen-bit messages are transmitted using a Hamming code How many check bits are needed to ensure that the receiver can detect and correct single bit errors Show the bit pattern transmitted for the?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 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


How can hamming code be used to correct burst errors?

Hamming code is only used for single bit error :/