virtual void Process(TVec *SrcNum, TVec *SrcDen = null, TVec *AmpltDst = null, TVec *PhaseDst = null, double FS = 2);
Compute the frequency spectrum where the SrcNum is the numerator and SrcDen is the denominator of the transfer function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcNum | TVec * | |
| 2 | SrcDen = null | TVec * | |
| 3 | AmpltDst = null | TVec * | |
| 4 | PhaseDst = null | TVec * | |
| 5 | FS = 2 | double |
Remarks:
The resulting amplitude is placed in AmpltDst and resulting phase in PhaseDst. You can pass nil for SrcDen, if not present. If you want the result to be placed in self pass nil for AmpltDst and PhaseDst also.
Declared in Dew::Signal::TSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler