Evaluate frequency response at given frequency
frsp = evalfr(sys,f)
frsp = evalfr(sys,f)
evaluates
the transfer function of the TF, SS, or ZPK model sys
at
the complex number f
. For state-space models with
data (A, B, C, D),
the result is
H(f) = D + C(fI – A)–1B
evalfr
is a simplified version of freqresp
meant
for quick evaluation of the response at a single point. Use freqresp
to
compute the frequency response over a set of frequencies.
The response is not finite when f
is a pole
of sys
.