Hamming Corrector Code implementation
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