Scilab-Branch-6.1-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
h_norm
H-infinity norm
Syntax
[hinfnorm, frequency] = h_norm(sl) [hinfnorm, frequency] = h_norm(sl, rerr)
Arguments
- sl
- the state space system ( - syslinlist)
- rerr
- max. relative error, default value - 1e-8
- hinfnorm
- the infinity norm of - Sl
- frequency
- frequency at which maximum is achieved 
Description
produces the infinity norm of a state-space system (the maximum over all frequencies of the maximum singular value).
| Report an issue | ||
| << h_inf_st | H-infinity | hinf >> |