You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSpectrumAnalyzer Class > TSpectrumAnalyzer Methods > TSpectrumAnalyzer.Process Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSpectrumAnalyzer.Process Method

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

Syntax
C#
Visual Basic
public virtual void Process(TVec SrcNum, TVec SrcDen, TVec AmpltDst, TVec PhaseDst, double FS);

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