pub struct TribitStates;
Expand description

3/4-rate state machine (tribit input).

Trait Implementations

Symbol type to use for states and input.

Number of rows/columns in the state machine.

Get the “constellation point” on the transition from the current state to the next state. Read more

Convert the given symbol to a state.

Get the “flushing” symbol fed in at the end of a stream.

Convert the given state to a symbol.

Get the dibit pair on the transition from the current state to the next state.

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.