Type Definition p25::data::coder::TribitCoder
[−]
[src]
type TribitCoder = DataCoder<TribitStates>;
3/4-rate (tribit) convolutional coder.
Methods
impl TribitCoder
[src]
pub fn new() -> TribitCoder
[src]
Construct a new TribitCoder
for coding a tribit stream.
pub fn feed_bytes<T: Iterator<Item = u8>>(self, bytes: T) -> Self
[src]
Code the given bytes as tribits.