void Process(TVec SrcNum, TVec SrcDen, TVec AmpltDst, TVec PhaseDst, Double FS)
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 | source TVec |
| 2 | SrcDen | TVec | source TVec |
| 3 | AmpltDst | TVec | source TVec |
| 4 | PhaseDst | TVec | source TVec |
| 5 | FS | Double | scalar |
Result: stored in self (calling object)
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.