File: DELAYV_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 (27 lines) | stat: -rw-r--r-- 1,275 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
DELAYV_f           Scilab Group           Scicos Block             DELAYV_f
NAME
   DELAYV_f - Scicos time varying delay block
  
DIALOGUE PARAMETERS
 Number inputs             : size of the delayed vector (-1 not allowed)
                           
 Register initial state    : register initial state vector. Dimension must
                           be greater than  or equal to 2
                           
 Max delay                 : Maximum delay that can be produced by this
                           block
                           
DESCRIPTION
   This block implements a time varying discretized delay. The value of the
  delay is given by the second input port. The delayed signal enters the
  first input port and leaves the unique output prot.   The first event
  output port must be connected to unique input event port if auto clocking
  is desired. But the input event port can also be driven by outside clock.
  In that case, the max delay is size of initial condition times the period
  of the incoming clock.  The second output event port generates an event
  if the second input goes above the maximum delay specified. This signal
  can be ignored. In that case the output will be delayed by max delay. 
  
SEE ALSO
   DELAY_f, EVTDLY_f, REGISTER_f