TBandlimitedInterpolator::Ripple Property

__declspec(property(get = GetRipple, put = SetRipple)) double Ripple;

Defines the ripple error of the anti-aliasing filters.

Read: double GetRipple();
Write: void SetRipple(const double Value);
Remarks:

The attenuation in dB can can be computed as: Att = -20*log10(Ripple). The ripple can fall in range between 0.001 (60dB) and 1E-8 (160dB) for double precision and between 0.001 and 0.0001 (80dB) for single precision.

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