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

Defines spectral statistics that can be streamed.

Pascal
TSpectrumStatistics = (
  ssPeakAmplt,
  ssPeakPhase,
  ssPeakFreq,
  ssTHD,
  ssTHDNoise,
  ssSNR,
  ssSINAD,
  ssSFDR,
  ssNF,
  ssBandRMS,
  ssMaxAmplt,
  ssSpectrumCustom
);
Members 
Description 
ssPeakAmplt 
Amplitude of the marked peak. 
ssPeakPhase 
Phase of the marked peak. 
ssPeakFreq 
Frequency of the marked peak. 
ssTHD 
Total harmonic distortion. 
ssTHDNoise 
Total harmonic distortion and noise. 
ssSNR 
Signal to noise ratio. 
ssSINAD 
Signal to noise ratio and distortion. 
ssSFDR 
Spurious free dynamic range. 
ssNF 
Noise floor. 
ssBandRMS 
RMS of a frequency band. 
ssMaxAmplt 
Maximum amplitude. 
ssSpectrumCustom 
Custom spectrum statistics. 

Defines spectral statistics that can be streamed in to a signal.

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