File: h_cl.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 (34 lines) | stat: -rw-r--r-- 864 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
23
24
25
26
27
28
29
30
31
32
33
34
h_cl             Scilab Group             Scilab Function              h_cl
NAME
   h_cl - closed loop matrix
  
CALLING SEQUENCE
 [Acl]=h_cl(P,r,K)
 [Acl]=h_cl(P22,K)
PARAMETERS
 P, P22   : linear system (syslin list), augmented plant or nominal plant
          respectively
          
 r        : 1x2 row vector, dimensions of 2,2 part of P
          (r=[rows,cols]=size(P22))
          
 K        : linear system (syslin list), controller
          
 Acl      : real square matrix
          
DESCRIPTION
   Given the standard plant P (with r=size(P22)) and the controller K, this
  function returns the closed loop matrix Acl.
  
   The poles of Acl must be stable for the internal stability  of the closed
  loop system.
  
   Acl is the A-matrix of the linear system [I -P22;-K I]^-1 i.e. the
  A-matrix of lft(P,r,K)
  
SEE ALSO
   lft
  
AUTHOR
   F. D.