__declspec(property(get = GetStoredLogarithmic, put = SetStoredLogarithmic)) bool StoredLogarithmic;
Specifies the Logarithmic flag of the stored Spectrum.
Read:
bool GetStoredLogarithmic();Write:
void SetStoredLogarithmic(const bool Value);Remarks:
This parameter is used to compute linear and/or logarithmic spectrum.
Declared in Dew::Signal::TStoredSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler