Channel Coding Module
The channel coding module provides a pipeline description of operations on the bit level of communication signal processing chains.
classDiagram
Encoder <|-- Scrambler3GPP
Encoder <|-- BlockInterleaver
Encoder <|-- CyclicRedundancyCheck
Encoder <|-- Scrambler80211a
Encoder <|-- RepetitionEncoder
It consists of the basic pipeline description
as well as specific processing step implementations