__declspec(property(get = GetOnGetSpectrum, put = SetOnGetSpectrum)) TNotifyVecEvent OnGetSpectrum;
Assign the event returning the custom computed frequency spectrum to be used for computation of third order spectrum (bispectrum).
Read:
TNotifyVecEvent GetOnGetSpectrum();Write:
void SetOnGetSpectrum(const TNotifyVecEvent &Value);Declared in Dew::Signal::TBiSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler