Module decoder

Source
Expand description

This module provides decoding functions for turning codewords into data.

Please refer to the decode_ms and decode_bf methods on LDPCCode for more details.

Traitsยง

DecodeFrom
Trait for types that the min-sum decoder can operate with.