TSpectrumStats::UpperLimit Property

__declspec(property(get = GetUpperLimit, put = SetUpperLimit)) TVecList*UpperLimit;

Holds a list of vectors with upper confidence interval limits.

Read: TVecList *GetUpperLimit();
Write: void SetUpperLimit(TVecList *Value);
Remarks:

The first index holds the amplitude and the second the phase related data. For description of vectors see TVec.Caption property.

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