pub type TribitDecoder<T> = ViterbiDecoder<TribitStates, TribitHistory, TribitWalks, T>;Expand description
3/4-rate convolution (“trellis”) code decoder.
pub type TribitDecoder<T> = ViterbiDecoder<TribitStates, TribitHistory, TribitWalks, T>;3/4-rate convolution (“trellis”) code decoder.