FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
C++
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
June 01, 2003

An Algorithm for Error Correcting Cyclic Redundance Checks

(Page 4 of 8)
Correcting Burst Errors Correcting Burst Errors

In practice, bit errors usually occur in bursts. Tanenbaum [3] describes a method that can be used to recover from burst errors. The method is as follows: The data to be transmitted is stored horizontally (like we would read it), but the data is transmitted vertically (bit 1 in each row would be transmitted first, then bit 2 in each row, and so on).

The receiver then reconstructs the original lines upon reception of the data. If a burst error occurs, there will be only 1 bit wrong per line, and we have shown that 1 error bit per line can be corrected.

Previous Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 Next Page
TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK