__declspec(property(get = GetFilterStop, put = SetFilterStop)) double FilterStop;
Defines the stop frequency of the transition band of the FIR lowpass filter used for interpolation.
Read:
double GetFilterStop();Write:
void SetFilterStop(const double Value);Declared in Dew::Signal::TBandlimitedInterpolator · Dew.Signal/SignalProcessing.h · Cross-compiler