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