TStoredSpectrumAnalyzer::Logarithmic Property

__declspec(property(get = GetLogarithmic, put = SetLogarithmic)) bool Logarithmic;

Set it to True, to obtain the logarithm of the spectrum in dB.

Read: bool GetLogarithmic();
Write: void SetLogarithmic(const bool Value);
Declared in Dew::Signal::TCustomSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler