TLogType Enumeration

type TLogType = ( ltAbsolute, ltRelative, ltAbsoluteParam, ltRelativeParam );

Defines how to compute the logarithm of the frequency spectrum.

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

Values

NameDescription
ltAbsoluteApplies the logarithm with base 10 and produces result in dB.
ltAbsoluteParamApplies the logarithm. Uses additional parameters for log base and scaling.
ltRelativeApplies the logarithm with base 10, produces result in dB and positions the maximum value at zero.
ltRelativeParamApplies the logarithm and positions the maximum value at zero. Uses additional parameters for log base and scaling.