[][src]Module dasp_signal::envelope

An extension to the Signal trait that enables envelope detection.

Required Features

  • When using dasp_signal, this item requires the envelope feature to be enabled.
  • When using dasp, this item requires the signal-envelope feature to be enabled.

Structs

DetectEnvelope

An adaptor that detects and yields the envelope of the signal.

Traits

SignalEnvelope

An extension to the Signal trait that enables envelope detection.