__declspec(property(get = GetCrossSpectral, put = SetCrossSpectral)) bool CrossSpectral;
If True, calculate the cross spectrum and not the transfer function.
Read:
bool GetCrossSpectral();Write:
void SetCrossSpectral(const bool Value);Remarks:
The transfer function is computed on each call to update. To obtain reliable estimate enable averaging. The phase spectrum will also be valid.
Declared in Dew::Signal::TSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler