~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/robust/h2norm.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
h2norm            Scilab Group            Scilab Function            h2norm
 
2
NAME
 
3
   h2norm - H2 norm
 
4
  
 
5
CALLING SEQUENCE
 
6
 [n]=h2norm(Sl [,tol])
 
7
PARAMETERS
 
8
 Sl   : linear system (syslin list)
 
9
      
 
10
 n    : real scalar
 
11
      
 
12
DESCRIPTION
 
13
   produces the H2 norm  of a linear continuous time system Sl.
 
14
  
 
15
   (For Sl in state-space form h2norm uses the observability gramian and for
 
16
  Sl in transfer form h2norm uses a residue method)   
 
17