Type Definition p25::data::coder::DibitCoder
[−]
[src]
type DibitCoder = DataCoder<DibitStates>;
Half-rate (dibit) convolutional coder.
Methods
impl DibitCoder[src]
pub fn new() -> DibitCoder[src]
Construct a new DibitCoder for coding a dibit stream.
pub fn feed_bytes<T: Iterator<Item = u8>>(self, bytes: T) -> Self[src]
Code the given bytes as dibits.