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

pub struct DibitStates;

Half-rate state machine (dibit input).

Trait Implementations

impl States for DibitStates
[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.