ldpc码 Resources

Showing items tagged with "ldpc码"

Implementation of MadHG method for constructing LDPC check matrix H with row weight 6, column weight 3, and row count half of column count (preferably larger row numbers). The algorithm ensures no girth-4 cycles between any two columns in H and produces corresponding generator matrix G satisfying mod(G*H, 2)=0. Function call: [H, G] = MadHG(m, n, x), where x=1 yields identity matrix in left half of G, x=2 in right half.

MATLAB 243 views Tagged

This repository provides comprehensive MATLAB source code for complete LDPC (Low-Density Parity-Check) encoding and decoding operations. The implementation is highly suitable for communication system simulations and offers convenient integration capabilities with built-in parameter configuration and performance analysis functions.

MATLAB 308 views Tagged