Module ldpc_toolbox::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§
- LDPC decoder arithmetic.
- LDPC decoder factory.
- LDPC decoder with flooding schedule.
- LDPC decoder with horizontal layered schedule.
Structs§
- LDPC decoder output.
- LDPC decoder message.
- LDPC decoder outgoing message.
Traits§
- Generic LDPC decoder.