Type Alias TribitDecoder

Source
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 */ }