Norm of linear model
returns the L∞ norm of
n
= norm(sys
,Inf)sys
, which is the peak gain of the frequency response
of sys
across frequencies. For MIMO systems, this quantity
is the peak gain over all frequencies and all input directions, which
corresponds to the peak value of the largest singular value of
sys
. For stable systems, the
L∞ norm is equivalent to the
H∞ norm. For more
information, see hinfnorm
(Robust Control Toolbox).
After converting sys
to a state space model,
norm
uses the same algorithm as covar
for the H2 norm. For the
L∞ norm, norm
uses the algorithm of [1]. norm
computes the peak gain using the SLICOT library. For more
information about the SLICOT library, see http://slicot.org.
[1] Bruisma, N.A. and M. Steinbuch, "A Fast Algorithm to Compute the H∞-Norm of a Transfer Function Matrix," System Control Letters, 14 (1990), pp. 287-293.
freqresp
| getPeakGain
| sigma
| hinfnorm
(Robust Control Toolbox)