TBiSpectrumAnalyzer::LogScale Property

__declspec(property(get = GetLogScale, put = SetLogScale)) double LogScale;

Defines the scaling of the logarithmic spectrum.

Read: double GetLogScale();
Write: void SetLogScale(const double Value);
Remarks:

Considered, when LogType is not dB. If this value is 10 and LogScale is 20, the result will be in dB. Default value is 20.

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