TSpectrumAnalyzer::SpectrumScale Property

__declspec(property(get = GetSpectrumScale, put = SetSpectrumScale)) double SpectrumScale;

The scaling factor applied to the frequency spectrum.

Read: double GetSpectrumScale();
Write: void SetSpectrumScale(const double value);
Remarks:

This scaling factor includes ScaleFactor, the scaling due to zero padding, scaling due to window used and scaling due to frequency spectrum length.

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