TSignalFilter::FractionalDelay Property

__declspec(property(get = GetFractionalDelay, put = SetFractionalDelay)) double FractionalDelay;

Defines the combined fractional delay of the input signal (integer + fraction).

Read: double GetFractionalDelay();
Write: void SetFractionalDelay(const double Value);
Remarks:

Uses fractional FIR filter with Kaiser window. This filter is combined with Integer sample delay filter to achieve desired combined delay. The fractional filter will always also include some integer sample delay. How much depends on the filter specification defined with FractionaDesignSpec property. If the specified (integer part) of the delay is too short for the specified FractionalDesignSpec, an exception will be raised. Considered only, when Response is rstFractionalDelay.

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