TSignalVariableRateConverter::MaxFactor Property

__declspec(property(get = GetMaxFactor, put = SetMaxFactor)) double MaxFactor;

Specifies the maximum Factor up to which the rate converter can vary the sampling frequency, without introducing aliasing.

Read: double GetMaxFactor();
Write: void SetMaxFactor(const double Value);
Remarks:

The minimum value for the MaxFactor is 1. The value must be an integer and a power of two (2, 4, 8,...).

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