type TBandReference = ( fnSamplingFrequency = 0, fnNyquist = 1, fnOrder = 2, fnNthPeak = 3 );
Band reference specification.
Defines the band reference used by the routines that compute statistics from the bands of the frequency spectrum.
Values
| Name | Description |
|---|---|
| fnNthPeak | The frequency band is defined relative to the frequency of the N'th peak. |
| 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. |
| fnSamplingFrequency | The frequency band is defined with absolute frequencies. |