fedech / ldpc_sim

Simulation of LDPC codes, with 802.11 matrices included

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ldpc_sim

Simulation of LDPC codes, with 802.11 matrices included

The C++ code in this repo simulates the belief propagation decoding of LDPC packets with AWGN noise. It is possible to set up QAM modulations (included up to 64-QAM) by adding files in the "maps" folder, and to add codes by adding files in the "matrices" folder.

About

Simulation of LDPC codes, with 802.11 matrices included

License:GNU General Public License v2.0


Languages

Language:C++ 79.2%Language:Makefile 20.8%