TSignalEnvelopeDetector::ScaleFactor Property

__declspec(property(get = GetScaleFactor, put = SetScaleFactor)) double ScaleFactor;

Defines the factor by which the signal will be scaled.

Read: double GetScaleFactor();
Write: void SetScaleFactor(const double Value);
Remarks:

This scaling operation is "free" since it does not require additional CPU power, but a change to the scale factor requires reinitialization of the filter bank. If ExternalTaps are used or the OnGetFilterTaps event, the value of the ScaleFactor is ignored. ScaleFactor can not be zero.

Declared in Dew::Signal::TSignalMultiRate · Dew.Signal/SignalProcessing.h · Cross-compiler