DewDSPMasterNET
TAveraging Type
Summary
Defines averaging type.

Unit
SignalAnalysis

Declaration
TAveraging = (avNone, avLinearInf, avExponentInf, avLinear, avPeakHold, avPeakHoldInf, avPeakAndDecay, avCplxLinear, avCplxLinearInf, avCplxExponentInf);
 Value  Description 
avNone: No averaging. 
avLinearInf: linear infinite averaging. 
avExponentInf: exponential infinite averaging. 
avLinear: linear finite averaging. 
avLinearInfDelay: Linear infinite averaging. Requires manual last stage by calling Stats.UpdateAveragedSpectrum(); 
avPeakHold: finite peak hold "averaging". 
avPeakHoldInf: infinite peak hold "averaging". 
avCplxLinear: finite average of complex spectrum's. 
avCplxExponentInf: inifinite exponential average of complex spectrums. 
Description
Defines the type of averaging used by the spectrum analyzer. Finite average differs from infinite by stopping the averaging at a predefined average count. Averaging of complex spectrums is the same as averaging of the time signal and can be used only, if consecutive time signal frames are phase synchronized.

Copyright 2008 Dew Research
http://www.dewresearch.com