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

Band reference specification.

Syntax
C#
Visual Basic
public enum TBandReference : uint { fnSamplingFrequency = 0, fnNyquist = 1, fnOrder = 2, fnNthPeak = 3 }

SignalAnalysis.cs

Members 
Description 
fnSamplingFrequency = 0 
The frequency band is defined with absolute frequencies. 
fnNyquist = 1 
The frequency band is defined with frequencies normalized with the sampling frequency frequency. 
fnOrder = 2 
The frequency band is defined relative to a special frequency defined with value of the OrderFrequency property. 
fnNthPeak = 3 
The frequency band is defined relative to the frequency of the N'th peak. 

Defines the band reference used by the routines that compute statistics from the bands of the frequency spectrum.

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