TCrossSpectrumAnalyzer::ComputeSpectrum Method

virtual void ComputeSpectrum(TVec *Num, TVec *Den = null, double FS = 2);

Compute the frequency spectrum where the Num is the numerator and Den is the denominator of the transfer function.

#NameTypeDescription
1NumTVec *
2Den = nullTVec *
3FS = 2double
Remarks:

FS defines the sampling frequency. The result is placed in Self.

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