TSpectrumPeakInterpolation::Harmonics Property

__declspec(property(get = GetHarmonics, put = SetHarmonics)) bool Harmonics;

Interpolate first harmonic only.

Read: bool GetHarmonics();
Write: void SetHarmonics(const bool Value);
Remarks:

Set this property to True, if only the fundamental frequency should be interpolated and the frequency of the harmonics should be computed from the fundamental (1x, 2x, 3x...).

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