Type Definition p25::coding::trellis::DibitDecoder [] [src]

type DibitDecoder<T> = ViterbiDecoder<DibitStates, DibitHistory, DibitWalks, T>;

Half-rate convolution ("trellis") code decoder.