evalfr
Evaluate frequency response at given frequency.
Syntax
frsp = evalfr(sys, f)
Input argument
sys - LTI model
f - single frequency
Output argument
frsp - frequency response
Description
The function evalfr(sys, f) computes the value of the transfer function for a given system model represented by sys at the complex number f.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated