TSpectrumPeakInterpolation::Precision Property

__declspec(property(get = GetPrecision, put = SetPrecision)) TInterpolationPrecision Precision;

Set this property to define the required interpolation precision for the numerical peak interpolator.

Read: TInterpolationPrecision GetPrecision();
Write: void SetPrecision(const TInterpolationPrecision Value);
Remarks:

Values higher than ip4 will be downgraded to ip4 when the frequency spectrum was computed with single precision.

Declared in Dew::Signal::TSpectrumPeakInterpolation · Dew.Signal/SignalAnalysis.h · Cross-compiler