Expand description
Peak envelope detection over a signal.
Structs§
- 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.
Traits§
- Rectifier
- Types that may be used to rectify a signal of frames
F
for aPeak
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.