Construction of Flexible Girth10 QC-LDPC Codes

This program constructs girth 10 QC-LDPC codes given size of sub-matrix, row and column weights.
655 Downloads
Updated 28 Jul 2010

View License

The program searches for a girth 10 QC-LDPC code given size of sub-matrix, row and column weights. The configuration of sub-matrices could also be changed. The program offers flexibility in constructing girth-10 QC-LDPC codes compared to other algorithms. The program builds a Tanner graph by connecting groups of rows and columns. A connection is made if it does not form less than ten-cycles. The program may fail to find a code given particular parameters. It also does not find the smallest codes compared to other algorithms.

Cite As

Gabofetswe Malema (2024). Construction of Flexible Girth10 QC-LDPC Codes (https://www.mathworks.com/matlabcentral/fileexchange/28301-construction-of-flexible-girth10-qc-ldpc-codes), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Construction in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

In the previous version only the sequential selection of rows was included in the program. Random selection is included and made default. Random selection may lead to better codes in terms of error correction.

1.0.0.0