TBandReference Enumeration

Source: SignalAnalysis.cs · Assembly: Dew.Signal

public enum TBandReference

Band reference specification.

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

Values

NameDescription
fnNthPeakThe frequency band is defined relative to the frequency of the N'th peak.
fnNyquistThe frequency band is defined with frequencies normalized with the sampling frequency frequency.
fnOrderThe frequency band is defined relative to a special frequency defined with value of the OrderFrequency property.
fnSamplingFrequencyThe frequency band is defined with absolute frequencies.