TSignalDecimator.EnvelopeFactor Property

Int32 EnvelopeFactor { get; set; }

Defines the filter stage at which to apply envelope detection.

Returns: Int32

Remarks:

If envelopeFactor is 0 then envelope detection is left out. If EnvelopeFactor is 1, then envelope detection is performed before the first lowpass filter is applied. If envelopeFactor is 2, the envelope detection is applied after the first lowpass, and so on...