Implement Hamming Code in Python
Foreword
Hamming codes can detect one-bit and two-bit errors, or correct one-bit errors without detection of uncorrected errors.
The code is from the video below,
Bilibili: https://www.bilibili.com/video/BV1pV411y7E8
Code
1 |
|
Implement Hamming Code in Python
https://www.hardyhu.cn/2022/07/27/Implement-Hamming-Code-in-Python/