Skip to content

Hamming Corrector Code implementation

Rin BAUDELET requested to merge hamming-corr into master

Hamming Code

Implement the Hamming Corrector Code to the 3C-Code to add redundancy to the data buffer

  • lvl A: 14% redundancy with (7,4,3) hamming code
  • lvl B: 33% redundancy with (3,1,3) hamming code

Features

  • Add encoding feature using Hamming classes
  • Add error detection and correction using Hamming classes revert methods

Merge request reports