Scilab 6.0.0
Aide de Scilab >> Systèmes de Contrôle - CACSD > Conception Système > H-infini > linf
linf
infinity norm
Syntax
linf(g [,eps],[tol])
Arguments
- g
is a
syslin
linear system.- eps
is error tolerance on n.
- tol
threshold for imaginary axis poles.
Description
returns the L_infinity norm of g
.
n=sup [sigmax(g(jw)] w
(sigmax largest singular value).
Comments
Add a comment:
Please login to comment this page.