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.
simulation for the modulation and demodulation of audio frequency-shift keying
Fast implementation for truncateable extended (127,120) Hamming codes
This repository contains the source code of the Hamming code generator that uses a generating matrix of Hamming 7 (Matrix H7)
Coursera Courses and practice in Python
Implementação do Código de Hamming, BCC e CRC. Trabalho 1 de redes @ PUCRS 2019-1
Implementation of Hamming Code in Python, developed for Computer Networks class.
A program for hamming code encoding and error detection and correction for any n bit binary word
This repository is using to store the simulation programs which I wrote during my Master's Program on coding theory learning.
Error correction codes in python.
Heyming is a hamming code encoder and decoder.
Code written for Networks Lab in the 5th Semester
CAO/COA Algorithms
A Java implementation of Error Detection in data link layer
An implementation of Hamming codes in Python, packaged into a web application with Flask.
Data Networks is one of the master's courses that discuss layers of data network and have 4 assignments and one project that were totally uploaded here
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."