minsum
Minsum, commonly written min-sum or min-sum algorithm, is an iterative message-passing decoding algorithm used for low-density parity-check (LDPC) codes. It provides a computationally efficient approximation to the sum-product algorithm, which is based on exact belief propagation on a Tanner graph. By simplifying the arithmetic that underpins the full belief propagation, the min-sum algorithm reduces hardware complexity and memory usage, making it attractive for practical decoders.
In operation, the algorithm passes messages between variable nodes and check nodes on a bipartite graph representing
Variants of the min-sum approach exist to improve accuracy. Normalized min-sum scales the magnitudes by a factor
The min-sum algorithm is widely used in practical LDPC decoders across communications and storage systems where