ldpc-codes
There are 63 repositories under ldpc-codes topic.
veeresht/CommPy
Digital Communication with Python
aff3ct/aff3ct
Fast multi-thread FEC simulator & library of efficient digital communication algorithms for SDR.
tavildar/LDPC
C and MATLAB implementation for LDPC encoding and decoding
cda-tum/mqt-qecc
MQT QECC - Tools for Quantum Error Correcting Codes
cihatkececi/ChannelCodingProjectList
List of open source channel coding projects and libraries.
OpenResearchInstitute/dvb_fpga
RTL implementation of components for DVB-S2
xdsopl/LDPC
Playing with Low-density parity-check codes
shubhamchandak94/ProtographLDPC
Implementation of Protograph LDPC error correction codes
Lcrypto/Density-Evolution-AWGN
Density evolution for LDPC codes construction under AWGN-channel: reciprocal-channel approximation (RCA), Gaussian Evolution, Covariance Evolution
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)
YairMZ/LDPC
My implementation of LDPC codes. For details visit: https://yairmz.github.io/LDPC/
XQP-Munich/LDPC4QKD
Rate adaptive LDPC based solutions for distributed source coding
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)
rbga/Low_Density_Parity_Check_LDPC_Codes_-_MATLAB_Simulation
LDPC MATLAB simulation using BPSK + AWGN modulation decoded using Sum Product and Min Sum Algorithm
CodePurble/ldpc-fpga
Playground for implementing LDPC codes on FPGA
bbbbris/watermark
This is an implementation of embedding and extracting a digital watermark in a PDF document. The code uses an LDPC code, a Hadamard code, and multiple sequence alignment to increase robustness.
YairMZ/belief_propagation
Belief propagation on Tanner graphs (LDPC decoder)
Lcrypto/Algebraic_QC-LDPC
Algebraic methods for construction QC-LDPC and cyclic LDPC LDGM EG-LDPC source codes
Lcrypto/EMD-Spectrum-LDPC
Enumerate LDPC Codes extrinsic message degree (EMD) Spectrum for analyzing cycles properties sublinear and part of linear trapping sets
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
Lcrypto/Stopping-sets-enumerator
Linear programming based Stopping sets enumerator for regular and irregular QC-LDPC codes
rtajan/matlab-tanner-graphs
Matlab tool for displaying, editing and exporting Tanner graphs.
shubhamchandak94/LDPC-codes
Software for Low Density Parity Check codes
shubhamchandak94/LDPC_DNA_storage
LDPC codes for Illumina sequencing-based DNA storage
Teddy-van-Jerry/5G_IITM
Matlab codes for course "LDPC and Polar Codes in 5G Standard" by IITM. Coded by Teddy van Jerry.
devnull0000/ldpc
LDPC codes as implemented by me. both soft & hard decoding. Comments around. C++14 and above
QuantumSavory/LDPCDecoders.jl
LDPC Belief Propogation decoders
tallamjr/iit-madras-5G-standard
IIT Madras Course on LDPC and Polar Codes for the 5G Standard
1uci3n/Communication_soft
This repository is using to store the simulation programs which I wrote during my Master's Program on coding theory learning.
erdemeray/IR_for_CVQKD
Information Reconciliation Library for Continuous-Variable Quantum Key Distribution Systems
Lcrypto/LDPC-Bit-Filling-method
Bit Filling method LDPC code construction method
princeedey/COMPARISON-OF-BER-OF-8-PSK-USING-BLOCK-CODING-TECHNIQUES-OVER-AWGN-CHANNEL
This repository contains the source code of all the block codes in MATLAB. This project presents the Bit Error Rate (BER) Comparison of 8-PSK over AWGN channel by considering block codes such as Linear block codes, Hamming codes, BCH codes, RS codes etc. All the codes will be compared in terms of BER and energy per bit to noise ratio.
amirreza-asadzadeh/Sparse-Affine-Projection-Algorithm
This repository includes the codes for the paper: SAPA:Sparse Affine Projection Algorithm in ADMM-LP decoding of LDPC codes
mcdiarmid/ldpc-g-matricies
Scripts for creating LDPC generator matricies and corresponding alist files for GNURadio. Contains IRIG106 generators.
QuantumSavory/PyQDecoders.jl
A Julia interface to popular python packages for decoding quantum error correcting codes.