[][src]Module believer::decoders::belief_propagation

A sparse implementation of the belief propagation decoder for a binary channel.

The implementation is based on "Error Correction Coding: Mathematical Methods and Algorithms (Chapter 15), Todd K. Moon, 2005, Wiley".

Structs

BPDecoder

A BPDecoder can decode a message received from a given channel using a given parity_check matrix.

Enums

BPResult

The possible results of the decoding process.