TCrossSpectrumAnalyzer::OnGetOutputSpectrum Property

__declspec(property(get = GetOnGetOutputSpectrum, put = SetOnGetOutputSpectrum)) TNotifyVecEvent OnGetOutputSpectrum;

Assign the event returning the custom computed frequency spectrum to be used for computation of the output spectrum.

Read: TNotifyVecEvent GetOnGetOutputSpectrum();
Write: void SetOnGetOutputSpectrum(const TNotifyVecEvent &Value);
Remarks:

Returned spectrum must be complex and its length must match the length of the Input spectrum.

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