You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TLogType Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TLogType Enumeration

Defines how to compute the logarithm of the frequency spectrum.

Syntax
C#
Visual Basic
public enum TLogType : uint { ltAbsolute, ltRelative, ltAbsoluteParam, ltRelativeParam }

SignalAnalysis.cs

Members 
Description 
ltAbsolute 
Applies the logarithm with base 10 and produces result in dB. 
ltRelative 
Applies the logarithm with base 10, produces result in dB and positions the maximum value at zero. 
ltAbsoluteParam 
Applies the logarithm. Uses additional parameters for log base and scaling. 
ltRelativeParam 
Applies the logarithm and positions the maximum value at zero. Uses additional parameters for log base and scaling. 

Defines how the logarithm is to be applied to frequency spectrum.

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