File: h_norm.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (22 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
h_norm            Scilab Group            Scilab Function            h_norm
NAME
   h_norm - H-infinity norm
  
CALLING SEQUENCE
 [hinfnorm [,frequency]]=h_norm(sl [,rerr])
PARAMETERS
 sl         : the state space system (syslin list)
            
 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).
  
SEE ALSO
   linfn, linf, svplot