You are here: Symbol Reference > SignalAnalysis Namespace > Structs, Records, Enums > SignalAnalysis.TBandReference Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalAnalysis.TBandReference Enumeration

Band reference specification.

Pascal
TBandReference = (
  fnSamplingFrequency = 0,
  fnNyquist = 1,
  fnOrder = 2,
  fnNthPeak = 3
);
Members 
Description 
fnSamplingFrequency 
The frequency band is defined with absolute frequencies. 
fnNyquist 
The frequency band is defined with frequencies normalized with the sampling frequency frequency. 
fnOrder 
The frequency band is defined relative to a special frequency defined with value of the OrderFrequency property. 
fnNthPeak 
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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!