Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

HAMMING CODE

Status
Not open for further replies.

kellin10

Newbie
Joined
Apr 28, 2021
Messages
5
Helped
1
Reputation
2
Reaction score
0
Trophy points
1
Activity points
38
Using bit 0, how can the Extended Hamming code can correct a single bit error and detect double bit error.
 

By extending the Hamming code by one bit, you can ensure that the minimum Hamming distance between error syndromes (the XOR of the transmitted and generated parity vector) which identify an SBE is at least 2. That way, a DBE can not decode to look like a different SBE, but will still be non-zero, catching the error.

A hardware-friendly way to implement that is to ensure all of your SBE syndromes themselves have odd parity; then two errors occurring at the same time will cause an even-parity syndrome vector, which is a snap to detect.

This article goes into detail, but is a bit thick to read: https://en.wikipedia.org/wiki/Hamming_code
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top