Evaluate frequency response at given frequencies.
Inputs
LTI system.
Vector of frequency values.
Outputs
Array of frequency response. For a system with m inputs and p outputs, the array H has dimensions [p, m, length (w)]. The frequency response at the frequency w(k) is given by H(:,:,k).
See also: dcgain.
Package: control