File: DELAYV_f.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 (29 lines) | stat: -rw-r--r-- 1,160 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

DELAYV_f(5)                     Scicos Block                      DELAYV_f(5)
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