TAveraging Enumeration

Header: Dew.Signal/SignalAnalysis.h · Cross-compiler

enum class TAveraging : unsigned int;

Defines averaging type.

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.

Values

NameDescription
avCplxExponentInfInfinite exponential average of complex spectrum's.
avCplxLinearFinite linear average of complex spectrum's.
avCplxLinearInfInfinite linear average of complex spectrum's.
avExponentInfExponential infinite averaging.
avLinearLinear finite averaging.
avLinearInfLinear infinite averaging.
avNoneNo averaging.
avPeakAndDecayPeak hold and exponential decay.
avPeakHoldFinite peak hold "averaging".
avPeakHoldInfInfinite peak hold "averaging".