Trait envelope_detector::peak::Rectifier [] [src]

pub trait Rectifier<F> where
    F: Frame
{ fn rectify(frame: F) -> F; }

Types that can rectify some incoming signal.

Required Methods

Rectify a single sample of some incoming signal.

Implementors