coding-theory
There are 61 repositories under coding-theory topic.
mhostetter/galois
A performant NumPy extension for Galois fields and their applications
hwang595/Draco
DRACO: Byzantine-resilient Distributed Training via Redundant Gradients
raeudigerRaeffi/generalizedReedSolomon
Python Implementation of A Class of Generalized RS-Codes with Faster Encoding and Decoding Algorithms
sraaphorst/reed-muller-python
Python implementation of Reed-Muller codes
popcornell/pyGF2
Polynomial arithmetic over GF2
Evgeny-Mamaev/bch-correcting-n-errors
builds a BCH code correcting an arbitrary number of errors
moehw/BCH-codes
💌 BCH codes encoder with Berlekamp-Massey decoder
tallamjr/iit-madras-5G-standard
IIT Madras Course on LDPC and Polar Codes for the 5G Standard
egs33/PolarCodes
Polar codes in C++
hebbarashwin/neural_polar_decoder
Code repository for "CRISP: Curriculum based Sequential neural decoders for Polar code family" - ICML 2023
jakewilliami/CodingTheory.jl
Pure Julia implementation of tools used in Coding Theory
giuseppe16180/kotlin-coding-theory
Coding Theory algorithms in Kotlin
QuantumGorilla/Barcode-Generator-EAN13-and-ISBN13
Generator of barcodes ISBN13 and EAN13. It has also a random song called "Tank!" from cowboy bebop. This generator was made for "coding theory" class.
sim642/ocaml-algebra
Small but neat OCaml library of (abstract) algebraic structures
wchresta/linear-code
Haskell library for linear codes from coding theory
Evgeny-Mamaev/code-correcting-n-errors
builds a code correcting an arbitrary number of errors
ETAOIK/UCAS_Information-and-Coding-Theory_2023Fall
**科学院大学2023Fall-信息论与编码课程作业
orel-adivi/Random-Greedy
Generating and comparing low-rate deletion correcting codes.
tniessen/constexpr-secded
Header-only implementation of SECDED encoding as C/C++ constant expressions
VerlorenMind/TrellisDecoders
A collection of trellis-based decoding algorithms
0razzu/coding-theory
Implementations of coding theory algorithms
ableenk/codingtheory
some coding theory stuff
linarkou/BerlekampMasseyAlgorithm
Java implementation of Berlekamp-Massey algorithm
nikitanosov1/coding-theory-labs
Лабораторные по курсу "Теория кодирования"
paramrathour/Coded-Compressed-Sensing-for-Unsourced-Multiple-Access
Course Project for CS754 Advanced Image Processing, Spring 2024
tranvietkhoa/Coding-Schemes-Simulation
Implement three different types of error detecting and self-correcting codes: Hamming, Convolutional and Reed-Solomon code.
yuvadm/bchlib
Rust bindings for BCH encoding/decoding library, based on the bch_codec fork
0r-gh0/Huffman_Coding
Python Implementation of Huffmann Coding
halitince7/grad_projects
magma, error correcting codes, coding theory
halitince7/research_projects
magma, error correcting codes, coding theory
IPodtsepko/bachelor-thesis
This repository contains all materials related to my Bachelor Thesis, including the presentation, explanatory note, source code, and etc.
romanamo/dihedralcheck
Check sum algorithm for Deutsche Mark serial numbers.
zyxsjdy/Coding-Theory-CSP21-IMPERIAL
Coursework for Coding Theory at IMPERIAL, 2021
Mahan-M47/Coding-Theory-Projects
Implementations of Syndrome Decoding and Hamming Codes in Python.