hinfnorm
H∞ norm of dynamic system
Description
returns
the H∞ norm in absolute units of the dynamic
system model, ninf
= hinfnorm(sys
)sys
.
If
sys
is a stable SISO system, then the H∞ norm is the peak gain, the largest value of the frequency response magnitude.If
sys
is a stable MIMO system, then the H∞ norm is the largest singular value across frequencies.If
sys
is an unstable system, then the H∞ norm is defined asInf
.If
sys
is a model that has tunable or uncertain parameters, thenhinfnorm
evaluates the H∞ norm at the current or nominal value ofsys
.If is a model array, then
hinfnorm
returns an array of the same size assys
, whereninf(k) = hinfnorm(sys(:,:,k))
.
For stable systems, hinfnorm(sys)
is the
same as getPeakGain(sys)
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013b
See Also
getPeakGain
| freqresp
| sigma
| norm