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 systemsys at specified frequencies w.
To acquire magnitude and phase data, along with visual representations of the frequency response, utilize thebode function.
💡 Examples
🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?