TSpectrumStats::StdDev Property

__declspec(property(get = GetStdDev, put = SetStdDev)) TVecList*StdDev;

If CalcStdDev is True and frequency spectrum has been averaged, this property contains the standard deviation of Amplt and Phase vectors.

Read: TVecList *GetStdDev();
Write: void SetStdDev(TVecList *Value);
Remarks:

Standard deviation is statistically meaningfull only if linear averaging is used. For description of vectors see TVec.Caption property. The vector count should not be altered. The first index holds the stddev of amplitude and the second index the stddev of the phase.

Declared in Dew::Signal::TSpectrumStats · Dew.Signal/SignalAnalysis.h · Cross-compiler