norm
Norm of linear model
Syntax
Description
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).
Examples
Input Arguments
Output Arguments
More About
Algorithms
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 https://github.com/SLICOT.
References
[1] Bruinsma, N.A., and M. Steinbuch. "A Fast Algorithm to Compute the H∞ Norm of a Transfer Function Matrix." Systems & Control Letters, 14, no.4 (April 1990): 287–93.
Version History
Introduced before R2006a
See Also
freqresp
| sigma
| getPeakGain
| hinfnorm
(Robust Control Toolbox)