File: GENERAL_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 (28 lines) | stat: -rw-r--r-- 1,155 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
GENERAL_f           Scilab Group           Scicos Block           GENERAL_f
NAME
   GENERAL_f - Scicos general zero crossing detector
  
DESCRIPTION
   Depending on the sign (just before the crossing) of the inputs and the
  input numbers of the inputs that have crossed zero, an event is
  programmed (or not) with a given delay, for each output. The number of
  combinations grows so fast that this becomes unusable for blocks having
  more than 2 or 3 inputs. For the moment this block is not documented.
  
DIALOGUE PARAMETERS
 Size of regular input
                       : integer.
                      
 Number of output events
                       : integer.
                      
 the routing matrix   : matrix. number of rows is the number of output
                      events. The columns correspond to each possible
                      combination of signs and zero crossings of the
                      inputs. The entries of the matrix give the delay for
                      generating the output event (<0 no event is
                      generated).
                      
SEE ALSO
   NEGTOPOS_f, POSTONEG_f, ZCROSS_f