Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Control Systems - CACSD > Control Design > H-infinity > h2norm

h2norm

H2 norm of a continuous time proper dynamical system

Syntax

[n]=h2norm(Sl [,tol])

Arguments

Sl

continuous time proper linear dynamical system

n

real scalar

Description

produces the H2 norm of a linear continuous time system Sl.

(For Sl in state-space form h2norm uses the observability gramian and for Sl in transfer form h2norm uses a residue method)

Examples

h=syslin('c',(2*0.9*10*s+100)/(s^2+2*0.3*10.1*s+102.01));
h2norm(h)

History

VersionDescription
5.4.0 Sl is now checked for continuous time linear dynamical system. This modification has been introduced by this commit
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:35 CEST 2016