Trait envelope_detector::mode::Mode [] [src]

pub trait Mode<F> where
    F: Frame
{ fn next_frame(&mut self, frame: F) -> F; }

The mode used to detect the envelope of a signal.

Required Methods

Update state that is unique to the Mode.

Implementors