You are here: Symbol Reference > SignalAnalysis Namespace > Classes > TSpectrumAnalyzer Class > public > TSpectrumAnalyzer.Process Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TSpectrumAnalyzer.Process Method

Compute the frequency spectrum where the SrcNum is the numerator and SrcDen is the denominator of the transfer function.

Pascal
procedure Process(SrcNum: TVec; SrcDen: TVec = nil; AmpltDst: TVec = nil; PhaseDst: TVec = nil; FS: Double = 2); virtual;

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 (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!