Topic: "error-correcting-codes"
aff3ct/aff3ct
Fast multi-thread FEC simulator & library of efficient digital communication algorithms for SDR.
Language: C++ - Size: 61.7 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 506 - Forks: 150

Bulat-Ziganshin/FastECC
Reed-Solomon coder computing one million parity blocks at 1 GB/s. O(N*log(N)) algo employing FFT.
Language: C++ - Size: 225 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 400 - Forks: 39

tomerfiliba-org/reedsolomon
⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
Language: Jupyter Notebook - Size: 1.01 MB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 395 - Forks: 91

animetosho/ParPar
High performance PAR2 create client for NodeJS
Language: C++ - Size: 4.02 MB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 219 - Forks: 24

lrq3000/pyFileFixity
📂🛡️Suite of tools for file fixity (data protection for long term storage⌛) using redundant error correcting codes, hash auditing and duplications with majority vote, all in pure Python🐍
Language: Python - Size: 10.1 MB - Last synced at: 4 days ago - Pushed at: 10 months ago - Stars: 144 - Forks: 11

robmaunder/polar-3gpp-matlab
Matlab simulations of the encoder and SCL decoder for the New Radio polar code from 3GPP Release 15
Language: MATLAB - Size: 603 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 100 - Forks: 72

randombit/fecpp 📦
Forward error correction with SIMD optimizations
Language: C++ - Size: 1.01 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 82 - Forks: 43

affeldt-aist/infotheo
A Coq formalization of information theory and linear error-correcting codes
Language: Rocq Prover - Size: 4.32 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 71 - Forks: 17

libsusa/susa
High Performance Computing (HPC) and Signal Processing Framework
Language: C++ - Size: 543 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 63 - Forks: 19

errorcorrectionzoo/eczoo_data
Content of the Error Correction Zoo, stored in structured YAML format
Language: Python - Size: 9.36 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 61 - Forks: 102

mcba1n/polar-codes
A library for polar codes in Python.
Language: Python - Size: 1.27 MB - Last synced at: 9 days ago - Pushed at: almost 5 years ago - Stars: 60 - Forks: 19

shubhamchandak94/ProtographLDPC
Implementation of Protograph LDPC error correction codes
Language: Jupyter Notebook - Size: 18.4 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 36 - Forks: 8

ArashPartow/schifra
C++ Reed Solomon Error Correcting Library https://www.schifra.com
Language: C++ - Size: 256 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 34 - Forks: 28

Krastanov/neural-decoder
Neural Network Decoders for Quantum Error Correcting Codes
Language: Python - Size: 57.6 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 32 - Forks: 10

Lcrypto/Density-Evolution-AWGN
Density evolution for LDPC codes construction under AWGN-channel: reciprocal-channel approximation (RCA), Gaussian Evolution, Covariance Evolution
Language: MATLAB - Size: 1.42 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 31 - Forks: 19

obolo/freeRaptor
A free and open implementation of Raptor codes
Language: C - Size: 201 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 30 - Forks: 4

geeanlooca/deepspace-turbo
Implementation of the CCSDS (Consultative Committee for Space Data Systems) standard for Turbo Codes
Language: TeX - Size: 3.19 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 30 - Forks: 10

XQP-Munich/LDPC4QKD
Rate adaptive LDPC based solutions for distributed source coding
Language: C++ - Size: 7.1 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 26 - Forks: 11

yoniLc/ECCT
Error Correction Code Transformer
Language: Python - Size: 72.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 26 - Forks: 9

DaulPavid/pyturbo 📦
A simple reference implementation of turbo codes for error correction in Python.
Language: Python - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 25 - Forks: 9

Lcrypto/Construct-Long-Length-Block-and-Convolutional-MET-QC-LDPC-
construction high perfomance long length, low error floor block Multi-edge Type (MET) QC-LDPC codes and Tail-Biting convolutional MET QC-LDPC Codes (MET QC-LDPCC codes)
Language: MATLAB - Size: 18.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 25 - Forks: 6

thadikari/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.
Language: Python - Size: 3.27 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 23 - Forks: 7

mk-fg/python-libraptorq
Python CFFI bindings for libRaptorQ (RaptorQ RFC6330 FEC implementation)
Language: Python - Size: 43.9 KB - Last synced at: 6 days ago - Pushed at: about 7 years ago - Stars: 23 - Forks: 9

Lcrypto/Simulated-annealing-lifting-QC-LDPC
Simulated annealing lifting for high girth QC-LDPC include ACE/EMD optimization. Make QC-LDPC from protograph (base matrix)
Language: C++ - Size: 11.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 9

absingh31/HammingCode
Simple python code to generate hamming code for the given binary data. And also check and correct error in received hamming code.
Language: Python - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 18 - Forks: 9

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.
Language: C++ - Size: 7.5 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 0

zedseven/bch
An implementation of Bose-Chaudhuri-Hocquenghem codes and error-checking in Go.
Language: Go - Size: 66.4 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 17 - Forks: 2

Sonic-The-Hedgehog-LNK1123/ReedSolomon
A .NET implementation of the Reed-Solomon algorithm, supporting error, erasure and errata correction
Language: C# - Size: 53.7 KB - Last synced at: 26 days ago - Pushed at: over 6 years ago - Stars: 15 - Forks: 1

Lcrypto/Shannon-and-Polyanskiy-bound
Matlab and Python implementation of Different Information Theoretical Bounds: Shannon limit, Sphere Packaging Bound, Polyanskiy bound, Union Bound, Converse, Cramer-Rao
Language: Jupyter Notebook - Size: 368 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 14 - Forks: 4

BenBE/FastHamming
Fast implementation for truncateable extended (127,120) Hamming codes
Language: C - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 1

Lcrypto/BP-decoder-for-NB_LDPC-codes
Non Binary-LDPC sum-product decoder (flooding and layered) using FFT (QSPA-FFT)
Language: C++ - Size: 918 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 13 - Forks: 8

Lcrypto/Algebraic_QC-LDPC
Algebraic methods for construction QC-LDPC and cyclic LDPC LDGM EG-LDPC source codes
Language: Makefile - Size: 1.06 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 13 - Forks: 7

junkurihara/rust-gd
An Implementation of Generalized Deduplication, written in Rust
Language: Rust - Size: 147 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 1

len/Arrows
A computer algebra system in Smalltalk
Language: Smalltalk - Size: 26.9 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 11 - Forks: 2

janomach/the-hardisc
Hardened RISC-V core
Language: Assembly - Size: 9.71 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 11 - Forks: 3

AmeanAsad/Syndrome-Error-Decoding
A class that is able to develop any (n, k) linear code. Includes an implementation of an ASCII correcting linear code along with a simulation of error correction.
Language: Python - Size: 144 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 11 - Forks: 3

Lcrypto/Generalized-Mutual-Information-
Language: MATLAB - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 3

Evgeny-Mamaev/bch-correcting-n-errors
builds a BCH code correcting an arbitrary number of errors
Language: Python - Size: 28.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 9 - Forks: 5

CMU-SAFARI/EINSim
DRAM error-correction code (ECC) simulator incorporating statistical error properties and DRAM design characteristics for inferring pre-correction error characteristics using only the post-correction errors. Described in the 2019 DSN paper by Patel et al.: https://people.inf.ethz.ch/omutlu/pub/understanding-and-modeling-in-DRAM-ECC_dsn19.pdf.
Language: C++ - Size: 19 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 2

Sanix-Darker/ziim
Let your CLI find available solutions for errors / exceptions online on commands you hit, for you, no need open a Browser. and find something yourself
Language: Python - Size: 4.67 MB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 0

Lcrypto/EMD-Spectrum-LDPC
Enumerate LDPC Codes extrinsic message degree (EMD) Spectrum for analyzing cycles properties sublinear and part of linear trapping sets
Language: C++ - Size: 117 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 6

Lcrypto/Stopping-sets-enumerator
Linear programming based Stopping sets enumerator for regular and irregular QC-LDPC codes
Language: C++ - Size: 5.93 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 3

Lcrypto/Protograph_EXIT_chart
Simple implementation (polynomial approx.) of Protograph EXIT-chart (PEXIT) for estimation of iterative decoding threshold of LDPC codes using Mutual Information
Language: MATLAB - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 7

adelshb/graphqec
A library for analyzing Quantum Error Correction Codes from their Tanner Graphs.
Language: Jupyter Notebook - Size: 2.55 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 7 - Forks: 1

Lcrypto/Exit-chart
This application estimate iterative decoding threshold using degree description, Stephan ten Brink. More general decription of LDPC codes ensemble
Language: MATLAB - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 3

CMU-SAFARI/HARP
HARP is a memory error profiling algorithm (i.e., for identifying error-prone cells) designed for use with memory chips that use on-die error-correcting codes (ECC). This tool uses Monte-Carlo simulation to evaluate HARP and other error profilers. HARP and this tool are described in the 2021 MICRO paper by Patel et al.: https://arxiv.org/abs/2109.12697.
Language: C++ - Size: 2.59 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 1

nandahkrishna/NetworksLab
Code written for Networks Lab in the 5th Semester
Language: C - Size: 61.5 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 7

PalAditya/NetworkingLab
Codes for Networking Lab in Semester 6
Language: C - Size: 3.18 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 5

romanz/rs-ecc
Reed-Solomon Error Correction Code library
Language: Python - Size: 141 KB - Last synced at: 2 months ago - Pushed at: almost 10 years ago - Stars: 7 - Forks: 5

DO3RB/WirelessNetworkTransceiver
Reliable Radio Communications using run-length limited Golaycodes over ISM Transceivers at maximum baudrate, all packaged as USB Ethernet adapter
Language: C - Size: 5.94 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

Lcrypto/Lolipop_cycles_count
T. R. Halford and K. M. Chugg Matlab implementation for LDPC codes cycles of girth, girth+2, girth+4 counting
Language: MATLAB - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 4

Lcrypto/Make-script-for-Magma-Code-Distance-estimation
Matlab application to generate script for Magma Code Distance estimation (Brouwer-Zimmerman)
Language: C - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 1

Lcrypto/Protograph-Sieving-Method-for-Construction-MET-LDPC-codes
Language: MATLAB - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 3

chaeger/DensE
A MATLAB toolbox for density evolution
Language: MATLAB - Size: 697 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 7

heat1q/libldpc
Fast C++17 Simulation Tool for LDPC Codes with Multithreading Support
Language: C++ - Size: 42.1 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 2

shubhamchandak94/VT_codes
Python implementation of Varshamov-Tenengolts codes for correction of single insertion/deletion errors
Language: Python - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 0

christianepeters/isdfq
information-set decoding for q-ary codes
Language: C - Size: 11.7 KB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 3

Lcrypto/Optimization-of-NB-LDPC-row-codes-using-Fossorier-Declerq-
Declerq Fossorier row code optimization for NB-LDPC codes
Language: C - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 2

Lcrypto/puncturing-optimization
Syndrom based and k-step recover puncture pattern optimization for LDPC codes
Language: MATLAB - Size: 1.29 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

HaolingZHANG/pyHEDGES
HEDGES Error-Correcting Code for DNA (using Python platform)
Language: Python - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 1

shubhamchandak94/LDPC-codes Fork of radfordneal/LDPC-codes
Software for Low Density Parity Check codes
Language: C - Size: 463 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 3

fridex/rscode-correction
A simple tool to secure a file for bit errors
Language: C - Size: 32.2 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

Lcrypto/MacKay-Smarandache-Vontobel-qc-ldpc-code-distance-proto
Upper bound on code distance of QC-LDPC codes based on MacKay-Vontobel-Smarandache
Language: C++ - Size: 81.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

Silicon42/Tiny_ECC
Lightweight C implementations of short error correcting codes including Reed Solomon over GF(8) and GF(16)
Language: C - Size: 130 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

benhuryuval/reed-muller-codes-matlab
A MATLAB function library containing encoders, decoders and weight enumerators for Reed-Muller codes.
Language: MATLAB - Size: 42 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

Lcrypto/Length-und-Rate-adaptive-code
Tool-chain to construct Length and Rate adaptive MET QC-LDPC Codes using EMD Spectrum and Hamming distance optimization
Language: C++ - Size: 12.7 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 2

Lcrypto/floor-scale-modular-lifting-of-MET-LDPC-Codes
Floor-scale modular lifting of MET-LDPC with estimation Upper bound on Code distance optimization and EMD for construction length adaptive codes
Language: C++ - Size: 176 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 2

Lcrypto/Upper-Bound-on-Code-distance-from-Lifted-QC-parity-check-matrix
Parallel implementation of MSVBS ( MacKay-Smarandache-Vontobel-Butler-Siegel) upper bound estimation of code distance ( Hamming distance) using MPI (multi tread CPU and Cluster)
Language: C++ - Size: 9.46 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

Lcrypto/Reciprocal-channel-approximation-LDPC-Threshold
Protograph reciprocal-channel approximation (RCA) for approximation of Density Evolution Iterative Decoding Threshold of Multi Edge Type (MET) LDPC Codes
Language: MATLAB - Size: 67.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

Evgeny-Mamaev/code-correcting-n-errors
builds a code correcting an arbitrary number of errors
Language: Python - Size: 196 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

Lcrypto/LDPC Fork of xdsopl/LDPC
AVX implementation of different LDPC decoders MS NMS SCMS SCSP under floor/layer schedulers
Size: 355 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 2

WuShengHan/plot_ldpc
LDPC & comparison are placed here for next-gen FEC (ECC). Ultra optimal design for performance, power, area, reliability,and flexibility.
Language: C++ - Size: 17 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

lalitprasadperi/Scalable-High-Speed-NoC-with-ECC-and-HARQ
AXI NOC with Embedded ECC and HARQ
Language: SystemVerilog - Size: 3.13 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

Deekshith-poojary/Automated-Code-Correction
🚀 Automated Code Correction Framework An AI-powered debugging tool that: ✅ Captures and logs errors from executed programs ✅ Analyzes errors and provides explanations with real-world examples ✅ Automatically corrects faulty code using LLMs (Google Gemini, OpenAI, Claude, etc.). Built with Python and LangChain.
Language: Python - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

MdRaihanSobhan/CSE-322-Computer-Network-Sessional
CSE 322: Computer Network Sessional | CSE, BUET | Batch 2019
Language: C++ - Size: 7.29 MB - Last synced at: 7 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

joanmontas/Satelite-Forward-Error-Correction
Satelite-Forward-Error-Correction: 'SFEC'
Language: C - Size: 506 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

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."
Language: C - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

sz3/pywirehair
Python wrapper for wirehair
Language: C++ - Size: 276 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

AcubeSAT/gnuradio-blocks
Implementation of Error Correcting Codes applied to the data between the AcubeSAT nanosatellite and the Ground Station
Language: Python - Size: 13.9 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

binaryassasins/Hamming-Code
This program was designed to illustrate how the Hamming code is being implemented in detecting and correcting code.
Language: C++ - Size: 63.5 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

johandahlberg/reedsolomon-scala
Reed-Solomon Encoding in Scala
Language: Scala - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

WeileiZeng/Random-Window-Decoder
A version of minimum weight decoder, apply to both classical and quantum code
Language: C - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

physicsnerd/Bit-Flip-Code---Quantum-Error-Correction
A practice research paper
Language: TeX - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 1

sakethakella/Hamming_code
Application of Hamming-Code to send an image and decode it properly with a mask
Language: Python - Size: 2.03 MB - Last synced at: 5 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

kamberasaf/Convolutional-codes
Simulates convolutional codes and Viterbi decoding with visualization support
Language: Python - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

michu84/bch
Encoder/decoder for a primitive narrow-sense BCH codes over Galois field GF(2) written in standard C++20.
Language: C++ - Size: 83 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

japgarrido/Golay-Python
This project provides a basic implementation of Golay error correction codes in Python, supporting both the Golay (24, 12, 8) and Golay (23, 12, 7) codes.
Language: Python - Size: 28.3 KB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

orel-adivi/Random-Greedy
Generating and comparing low-rate deletion correcting codes.
Language: Python - Size: 354 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

rhinocratic/sorrow
A Clojure/ClojureScript implementation of an error-correcting coding scheme for alphanumeric data.
Language: Clojure - Size: 96.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

pmku/ChatApp
Chat application examples for Linux desktop computers
Language: C - Size: 97.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

DeStRoYeR-droid/Error-Correcting-Codes
Implementation of error correction codes (ECC) in C++
Language: C++ - Size: 60.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Rafaelh531/BCH-31-16
BCH 31-16 Encryption and Decryption Simulation in Python
Language: Python - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

iibe/hammingjs
A tiny library for Hamming code.
Language: TypeScript - Size: 149 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Wolkenfarmer/Coding-Environment
An environment in order to compare and test different channel codings.
Language: Java - Size: 917 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

aggarcia3/Hammer
Hammer es una aplicación de línea de comandos escrita en Java 8 que codifica cualquier flujo de bytes a un fichero de acuerdo a un código Hamming ampliado (3, 2) sistemático, y luego permite decodificarlo, corrigiendo errores que pudiese haber.
Language: Java - Size: 2.75 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

christianepeters/isdf2
information-set decoding for binary codes
Language: C - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 4

Lcrypto/Covariance-Evolution-
Covariance Evolution for LDPC codes finite length construction
Language: C - Size: 98.6 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2

Sonic-The-Hedgehog-LNK1123/ReedSolomon-VB
A VB.NET implementation of the Reed-Solomon algorithm, supporting error, erasure and errata correction
Language: Visual Basic - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

rdisipio/eikos
Code relative to paper arXiv:1808.01930 [hep-ex]
Language: Python - Size: 9.63 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

aptem336/Hamming
Hamming coder
Language: Java - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0
