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.

Implementations

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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.