H∞ norm of dynamic system
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 as Inf
.
If sys
is a model that has tunable
or uncertain parameters, then hinfnorm
evaluates
the H∞ norm at the
current or nominal value of sys
.
If is a model array, then hinfnorm
returns
an array of the same size as sys
, where ninf(k)
= hinfnorm(sys(:,:,k))
.
For stable systems, hinfnorm(sys)
is the
same as getPeakGain(sys)
.
freqresp
| getPeakGain
| norm
| sigma