pub type TribitDecoder<T> = ViterbiDecoder<TribitStates, TribitHistory, TribitWalks, T>;Expand description
3/4-rate convolution (“trellis”) code decoder.
Aliased Type§
pub struct TribitDecoder<T> { /* private fields */ }pub type TribitDecoder<T> = ViterbiDecoder<TribitStates, TribitHistory, TribitWalks, T>;3/4-rate convolution (“trellis”) code decoder.
pub struct TribitDecoder<T> { /* private fields */ }