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

pub struct TrellisFSM<S: States> { /* fields omitted */ }

Convolutional code finite state machine with the given transition table. Each fed-in symbol is used as the next state.

Methods

impl<S: States> TrellisFSM<S>
[src]

[src]

Construct a new TrellisFSM at the initial state.

[src]

Apply the given symbol to the state machine and return the dibit pair on the transition.

[src]

Flush the state machine with the finishing symbol and return the final transition.