Class
TSpectrumAnalyzer
Declaration
Procedure Process(SrcNum: TVec; SrcDen: TVec = nil; AmpltDst: TVec = nil; PhaseDst: TVec = nil; FS: TSample = 2);
Description
Compute the frequency spectrum where the SrcNum is the numerator and SrcDen is the denominator of the transfer function. 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.
| Copyright 2008 Dew Research |
http://www.dewresearch.com