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§
- Decoder
Output - LDPC decoder output.
- Message
- LDPC decoder message.
- Sent
Message - LDPC decoder outgoing message.
Traits§
- Ldpc
Decoder - Generic LDPC decoder.