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

pub struct Decider { /* fields omitted */ }

Decides which symbol a sample represents with a threshold method.

Methods

impl Decider
[src]

[src]

Create a new Decider with the given positive threshold, mid threshold, and negative threshold.

[src]

Decide which symbol the given sample looks closest to.

Trait Implementations

impl Copy for Decider
[src]

impl Clone for Decider
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more