Crate dasp_peak

Source
Expand description

Peak envelope detection over a signal.

Structs§

FullWave
A signal rectifier that produces the absolute amplitude from samples.
NegativeHalfWave
A signal rectifier that produces only the negative samples.
PositiveHalfWave
A signal rectifier that produces only the positive samples.

Traits§

Rectifier
Types that may be used to rectify a signal of frames F for a Peak detector.

Functions§

full_wave
A signal rectifier that produces the absolute amplitude from samples.
negative_half_wave
A signal rectifier that produces only the negative samples.
positive_half_wave
A signal rectifier that produces only the positive samples.