TSpectrumCZT::FrequencyStep Property

__declspec(property(get = GetFrequencyStep, put = SetFrequencyStep)) double FrequencyStep;

Normalized frequency step (FS = 1) for the Chirp Z-transform.

Read: double GetFrequencyStep();
Write: void SetFrequencyStep(const double Value);
Remarks:

Amplitude and phase will be evaluted from CZTStart to CZTStop in frequency steps by CZTStep.

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