pub struct TrellisFSM<S: States> { /* private fields */ }
Expand description
Convolutional code finite state machine with the given transition table. Each fed-in
symbol is used as the next state.
Construct a new TrellisFSM
at the initial state.
Apply the given symbol to the state machine and return the dibit pair on the
transition.
Flush the state machine with the finishing symbol and return the final transition.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.