TSignalFilter::ScaleFactor Property

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

Defines the factor by which to multiply the input signal.

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

The purpose of this parameter is to save a separate scale operation after the filtering.

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