You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.FrequencyResponseS Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.FrequencyResponseS Function

Computes s-domain frequency response (Laplace transform).

Pascal
procedure FrequencyResponseS(const Num: TVec; const Den: TVec; const Frequencies: TVec; const Response: TVec; alpha: double = 0); overload;

Computes complex frequency response of the transfer function with Num in the numerator and Den in the denominator. The result is placed in the Response. Frequencies vector holds the frequencies [rad/sec] at which the frequency response should be evaluated. The requested frequencies should be logarithmically spaced, but this is not mandatory. More points can be specified in the areas where the frequency response changes rapidly.  

Optionally you can also specify the alpha parameter as in: 

s = alpha + j*Frequencies; 

The default value for alpha is zero.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!