Module decoder

Source
Expand description

LDPC belief propagation decoders.

This module provides several implementations of a LDPC decoders using belief propagation (the sum-product algorithm). The implementations differ in details about their numerical algorithms, data types and message passing schedules.

Modules§

arithmetic
LDPC decoder arithmetic.
factory
LDPC decoder factory.
flooding
LDPC decoder with flooding schedule.
horizontal_layered
LDPC decoder with horizontal layered schedule.

Structs§

DecoderOutput
LDPC decoder output.
Message
LDPC decoder message.
SentMessage
LDPC decoder outgoing message.

Traits§

LdpcDecoder
Generic LDPC decoder.