pub type DibitDecoder<T> = ViterbiDecoder<DibitStates, DibitHistory, DibitWalks, T>;
Expand description

Half-rate convolution (“trellis”) code decoder.