Implementation of Hamming Code error detection and correction in Python. Deployed in Telecommunication endpoints to detect and correct any errors encountered during packet delivery
-
Updated
Nov 21, 2022 - Python
Implementation of Hamming Code error detection and correction in Python. Deployed in Telecommunication endpoints to detect and correct any errors encountered during packet delivery
Simple python code to generate hamming code for the given binary data. And also check and correct error in received hamming code.
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 linear block codes (e.g., BCH, Reed-Solomon). BEER is described in the 2020 MICRO paper by Patel et al.: https://arxiv.org/abs/2009.07985.
Fast implementation for truncateable extended (127,120) Hamming codes
Coursera Courses and practice in Python
simulation for the modulation and demodulation of audio frequency-shift keying
Code written for Networks Lab in the 5th Semester
Hamming, Huffman and etc algorithms
Implementation of The Hamming Code Error Detection and Correction in C.
This repository contains the source code of the Hamming code generator that uses a generating matrix of Hamming 7 (Matrix H7)
Implementation of the Hamming Code algorithm in Python.
Error correction codes in python.
Heyming is a hamming code encoder and decoder built in React.js
Implementação do Código de Hamming, BCC e CRC. Trabalho 1 de redes @ PUCRS 2019-1
This repository is using to store the simulation programs which I wrote during my Master's Program on coding theory learning.
Hamming code encoder and decoder in C
Hamming Code in Computer Networking. Error detection and correction using hamming code in C programming.
Implements Number Theory for error detection and correction
Contains CN lab programs.
Add a description, image, and links to the hamming-code topic page so that developers can more easily learn about it.
To associate your repository with the hamming-code topic, visit your repo's landing page and select "manage topics."