Struct p25::coding::trellis::TribitStates [] [src]

pub struct TribitStates;

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

Trait Implementations

impl States for TribitStates
[src]

Symbol type to use for states and input.

[src]

Number of rows/columns in the state machine.

[src]

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

[src]

Convert the given symbol to a state.

[src]

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

[src]

Convert the given state to a symbol.

[src]

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