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

« back to all changes in this revision

Viewing changes to man/scicos/TCLSS_f.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
TCLSS_f            Scilab Group            Scicos Block             TCLSS_f
 
2
NAME
 
3
   TCLSS_f - Scicos jump continuous-time linear state-space system
 
4
  
 
5
DESCRIPTION
 
6
   This block realizes a continuous-time linear state-space system with the
 
7
  possibility of jumps in the state. The number of inputs to this block is
 
8
  two. The first input is the regular input of the linear system, the
 
9
  second carries the new value of the state which is copied into the state
 
10
  when an event arrives at the unique event  input port of this block. That
 
11
  means the state of the system jumps  to the value present on the second
 
12
  input (of size equal to that of the state). The system is defined by the
 
13
  (A,B,C,D) matrices and the initial state x0. The dimensions must be
 
14
  compatible. The sizes of inputs and outputs are adjusted automatically.
 
15
  
 
16
DIALOGUE PARAMETERS
 
17
 A                    : square matrix. The A matrix
 
18
                      
 
19
 B                    : the B matrix
 
20
                      
 
21
 C                    : the C matrix
 
22
                      
 
23
 D                    : the D matrix
 
24
                      
 
25
 x0                   : vector. The initial state of the system.
 
26
                      
 
27
SEE ALSO
 
28
   CLSS_f, CLR_f      
 
29