TBandlimitedInterpolator::ImpulseFactor Property

__declspec(property(get = GetImpulseFactor, put = SetImpulseFactor)) int ImpulseFactor;

Defines the interpolation accuracy of the fractional FIR impulse.

Read: int GetImpulseFactor();
Write: void SetImpulseFactor(const int Value);
Declared in Dew::Signal::TBandlimitedInterpolator · Dew.Signal/SignalProcessing.h · Cross-compiler