TSpectrumAnalyzer::LogBase Property

__declspec(property(get = GetLogBase, put = SetLogBase)) double LogBase;

Defines the base of the logarithmic spectrum.

Read: double GetLogBase();
Write: void SetLogBase(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 10.

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