hamming-code
There are 168 repositories under hamming-code topic.
danielmuthama/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
absingh31/HammingCode
Simple python code to generate hamming code for the given binary data. And also check and correct error in received hamming code.
CMU-SAFARI/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 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.
BenBE/FastHamming
Fast implementation for truncateable extended (127,120) Hamming codes
ElizaLo/Practice-Python
Coursera Courses and practice in Python
bicycleprincess/AFSK
simulation for the modulation and demodulation of audio frequency-shift keying
uttamsaha/hamming-code
Hamming Code in Computer Networking. Error detection and correction using hamming code in C programming.
sfp932705/ecc
Error correction codes in python.
ElizaLo/Data-Compression-Methods
Hamming, Huffman and etc algorithms
i-naeem/heyming
Heyming is a hamming code encoder and decoder built in React.js
nandahkrishna/NetworksLab
Code written for Networks Lab in the 5th Semester
Contractor-x/ZERO-ERROR-TRANSFER-SYSTEM
This is a Tansfer system which uses the Hamming protocol to ensure Data- Loss are eliminated
justafolk/Hamming-Error-Correction
Implementation of The Hamming Code Error Detection and Correction in C.
LeonardoBringel/hamming-code
Implementation of the Hamming Code algorithm in Python.
nasserkessas/hamming-codes
Hamming code encoder and decoder in C
YuriBittencourt/Error-detection-Algorithms
Implementação do Código de Hamming, BCC e CRC. Trabalho 1 de redes @ PUCRS 2019-1
1uci3n/Communication_soft
This repository is using to store the simulation programs which I wrote during my Master's Program on coding theory learning.
josgard94/Hamming-codes-generator
This repository contains the source code of the Hamming code generator that uses a generating matrix of Hamming 7 (Matrix H7)
LemonPepperSeasoning/Hamming-Code
Hamming-code implementation in Python
Abhiramborige/CAO_Shortcuts
CAO/COA Algorithms
DeStRoYeR-droid/Error-Correcting-Codes
Implementation of error correction codes (ECC) in C++
kasrafallah/datanetwork
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
mahdavipanah/hamcode
Encode, decode and correct (single bit) a binary code using Hamming code algorithm in Go language
rahul-797/error_detection_and_correction
Implements Number Theory for error detection and correction
srinu2003/CN-Lab
Contains CN lab programs.
uttamsdev/hamming-code
Hamming Code in Computer Networking. Error detection and correction using hamming code in C programming.
jElhamm/Data-Link-Layer-Error-Detection-Codes
"This repository focuses on implementing data link layer error detection codes. Providarious error detection techniques used in data communices methods for vations at the data link layer."
js-choi/proposal-popcount
Draft specification for bit popcount in JavaScript.
marianciuc/Interactive-Digital-Modulation-Explorer
Interactive Digital Modulation Explorer is a web application for learning digital modulations: ASK, PSK, and FSK. Allows you to enter text, modulate it, add noise, and observe effects. Includes Hamming encoding and decoding for error correction, interactive graphs, and modulation comparison.
ojasvinaik13/Hamming-Code
A program for hamming code encoding and error detection and correction for any n bit binary word
pratikratadiya/CNL
Implementation of different protocols and applications used for Computer Networks
rminami/hamming-codes
An implementation of Hamming codes in Python, packaged into a web application with Flask.
TeleMidia/inaudible-sound-data-transmission
A set of inaudible sound data transmission experiments
W-y-l-t/HammingArchiver
Noise-resistant file archiver without compression
Rohit-R-M/Computer-Networks
Computer Networks assignments using C