Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.1 - English

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> CACSD (Computer Aided Control Systems Design) > h2norm

h2norm

H2 norm of a continuous time proper dynamical system

Calling Sequence

[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
Report an issue
<< gtild CACSD (Computer Aided Control Systems Design) h_cl >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Apr 02 17:36:22 CEST 2013