Error CorrectionΒΆ

The forward error correction coding module provides a pipeline description of operations on the bit level of communication signal processing chains.

        classDiagram
  Encoder <|-- BlockInterleaver
  Encoder <|-- CyclicRedundancyCheck
  Encoder <|-- RepetitionEncoder
  Encoder <|-- Scrambler3GPP
  Encoder <|-- Scrambler80211a
    

It consists of the basic pipeline description

as well as specific processing step implementations