hamming-code topic

List hamming-code repositories

ldpc_decoders

32
Stars
9
Forks
Watchers

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

20
Stars
8
Forks
Watchers

Simple python code to generate hamming code for the given binary data. And also check and correct error in received hamming code.

BEER

17
Stars
0
Forks
Watchers

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

28
Stars
10
Forks
Watchers

Implementation of Hamming Code error detection and correction in Python. Deployed in Telecommunication endpoints to detect and correct any errors encountered during packet delivery