Struct p25::baseband::decode::Decoder [] [src]

pub struct Decoder { /* fields omitted */ }

Decodes symbol from sample at each symbol instant.

Methods

impl Decoder
[src]

[src]

Create a new Decoder with the given symbol decider, initialized to decode the first symbol after the frame sync has been detected.

[src]

Examine the given sample and, based on the symbol clock, decode it into a symbol or do nothing.

Trait Implementations

impl Copy for Decoder
[src]

impl Clone for Decoder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more