Skip to content

Implementation of The Hamming Code Error Detection and Correction in C.

Notifications You must be signed in to change notification settings

justafolk/Hamming-Error-Correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hamming

  • If only one parity bit indicates an error, the parity bit itself is in error.
  • if the parity bits in positions 1, 2 and 8 indicate an error, then bit 1+2+8=11 is in error.
  • cuz all these locations are associated with that specific parity
  • if XOR([p1-n]) is != 0 and XOR(of each )

About

Implementation of The Hamming Code Error Detection and Correction in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages