File: h_cl.cat

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (36 lines) | stat: -rw-r--r-- 813 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
35
36

h_cl(5)                        Scilab Function                        h_cl(5)
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.