Type Alias DibitDecoder

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