LDPC编译码算法 Resources

Showing items tagged with "LDPC编译码算法"

This program implements the complete LDPC encoding and decoding process with three distinct decoding algorithms: Belief Propagation (BP), Log-Likelihood Ratio BP (LLR-BP), and Min-Sum algorithm. The implementation simulates transmission over an Additive White Gaussian Noise (AWGN) channel and includes code-level explanations of algorithm mechanics, making it particularly helpful for beginners in channel coding.

MATLAB 218 views Tagged