pub type DibitDecoder<T> = ViterbiDecoder<DibitStates, DibitHistory, DibitWalks, T>;
Expand description
Half-rate convolution (“trellis”) code decoder.
Aliased Type§
pub struct DibitDecoder<T> { /* private fields */ }
pub type DibitDecoder<T> = ViterbiDecoder<DibitStates, DibitHistory, DibitWalks, T>;
Half-rate convolution (“trellis”) code decoder.
pub struct DibitDecoder<T> { /* private fields */ }