__declspec(property(get = GetMinFactor, put = SetMinFactor)) double MinFactor;
Specifies the minimum Factor down to which the rate converter can vary the sampling, without introducing aliasing.
Read:
double GetMinFactor();Write:
void SetMinFactor(const double Value);Remarks:
The maximum value for the minFactor is limited to 1. The value must be an inverse of an integer with power of two (1/2, 1/4, 1/8 etc...).
Declared in Dew::Signal::TSignalVariableRateConverter · Dew.Signal/SignalProcessing.h · Cross-compiler