TSignalModulator::Ripple Property

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

Defines the ripple of the passband and of the stopband of the FIR lowpass filter used for interpolation.

Read: double GetRipple();
Write: void SetRipple(const double Value);
Declared in Dew::Signal::TSignalRateConverter · Dew.Signal/SignalProcessing.h · Cross-compiler