hamming-code topic
ldpc_decoders
Belief propagation with sparse matrices (scipy.sparse) in Python for LDPC codes. Includes NumPy implementation of message passing (min-sum and sum-product) and a few other decoders.
HammingCode
Simple python code to generate hamming code for the given binary data. And also check and correct error in received hamming code.
BEER
BEER determines an ECC code's parity-check matrix based on the uncorrectable errors it can cause. BEER targets Hamming codes that are used for DRAM on-die ECC but can be extended to apply to other lin...
Hamming-Code
Implementation of Hamming Code error detection and correction in Python. Deployed in Telecommunication endpoints to detect and correct any errors encountered during packet delivery