TSignalInterpolator::TransBW Property

__declspec(property(get = GetTransBW, put = SetTransBW)) double TransBW;

Defines the width of the transition band of the FIR filter used for interpolation/decimation.

Read: double GetTransBW();
Write: void SetTransBW(const double Value);
Remarks:

The normalized sampling frequency is 2. This parameter applies only to the last stage of the decimation and the first stage of interpolation.

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