TCrossSpectrumAnalyzer::OnGetInputSpectrum Property

__declspec(property(get = GetOnGetInputSpectrum, put = SetOnGetInputSpectrum)) TNotifyVecEvent OnGetInputSpectrum;

Event returning the custom computed frequency spectrum to be used for computation of the input spectrum.

Read: TNotifyVecEvent GetOnGetInputSpectrum();
Write: void SetOnGetInputSpectrum(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