You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSpectrogram Class > TSpectrogram Properties > TSpectrogram.Logarithmic Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSpectrogram.Logarithmic Property

If true, the stored spectrums will be converted to Logarithmic scale.

Syntax
C#
Visual Basic
public bool Logarithmic;

New spectrums should not be added to the spectrogram, while Logarithmic property is checked. Calling Pull method while Logarithmic property is True, will raise an exception. It is possible however to toggle the value of the Logarithmic property. Changing the value of this property immediately triggers conversion. 

The value of the LogSpan property will be used as a parameter in the conversion. Logarithmic property can not be used, if incoming spectrums already have logarithmic scale: logarithmic scale can not be undone, because exact parameters on how it was applied are not known. 

All spectrum analysis methods from Peaks, Bands and Reports properties will comply with the value of the Logarithmic property.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!