File: DLRADAPT_f.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 (31 lines) | stat: -rw-r--r-- 1,323 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
DLRADAPT_f          Scilab Group          Scicos Block           DLRADAPT_f
NAME
   DLRADAPT_f - Scicos discrete-time linear adaptive system
  
DIALOGUE PARAMETERS
 Vector of p mesh points
                       : a vector which defines u2 mesh points. Numerator roots : a matrix, each
                      line gives the roots of the numerator at the
                      corresponding mesh point.
                      
 Denominator roots    : a matrix, each line gives the roots of the
                      denominator at the corresponding mesh point.
                      
 gain                 : a vector, each vector entry gives the transfer
                      gain at the corresponding mesh point.
                      
 past inputs          : a vector of initial value of past
                      degree(Numerator) inputs
                      
 past outputs         : a vector of initial value of past
                      degree(Denominator) outputs 
                      
DESCRIPTION
   This block realizes a SISO linear system represented by its rational
  transfer function whose numerator and denominator roots are tabulated
  functions of the second block input. The rational function must be
  proper.  Roots are interpolated linearly between mesh points. 
  
SEE ALSO
   DLSS_f, DLR_f