freqresp
Evaluate system response over a grid of frequencies.
Syntax
[H, wout] = freqresp(sys, w)
H = freqresp(sys, w)
Input argument
sys - LTI model
w - Frequencies: vector
Output argument
H - Frequency response values
wout - Output frequencies corresponding to the frequency response: vector.
Description
freqresp computes the frequency response of a dynamic system sys at specified frequencies w.
To acquire magnitude and phase data, along with visual representations of the frequency response, utilize the bode function.
Examples
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated