Skip to content

viktor-prutyanov/ldpc-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDPC 2019

Reliability-based decoding algorithms of non-binary LDPC codes

Low-density parity-check (LDPC) codes over GF(q) have advantages over binary LDPC codes. Daveyand MacKay were first who used belief propagation (BP) to decode such codes. They showed that non-binary LDPC codes significantly outperform their binary counterparts. Moreover, non-binary LDPC codesare especially good for the channels with burst errors and high-order modulations. Unfortunately, theirdecoding complexity is still large, that is why iterative hard and soft-reliability based decoding majorityalgorithms are of considerable interest for high-throughput practical applications.

To run simulation and plot results:

    ./make_noise --num 500 --num-points 50
    parallel -k < cmds.txt
    ./plot.py

About

Reliability-based decoding algorithms of non-binary LDPC codes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages