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

« back to all changes in this revision

Viewing changes to man/scicos/DELAYV_f.man

  • 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
.TH DELAYV_f 5 "Janvier 1997" "Scilab Group" "Scicos Block"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
DELAYV_f - Scicos time varying delay block
 
5
.SH DIALOGUE PARAMETERS
 
6
.TP 25
 
7
Number inputs
 
8
: size of the delayed vector (-1 not allowed)
 
9
.TP
 
10
Register initial state
 
11
: register initial state vector. Dimension must be greater than  or
 
12
equal to 2
 
13
.TP
 
14
Max delay
 
15
: Maximum delay that can be produced by this block
 
16
.SH DESCRIPTION
 
17
This block implements a time varying discretized delay. The value of
 
18
the delay is given by the second input port. The delayed signal enters
 
19
the first input port and leaves the unique output prot. 
 
20
 
 
21
The first event output port must be connected to unique input event port if
 
22
auto clocking is desired. But the input event port can also be driven
 
23
by outside clock. In that case, the max delay is size of initial
 
24
condition times the period of the incoming clock.
 
25
 
 
26
The second output event port generates an event if the second input
 
27
goes above the maximum delay specified. This signal can be ignored. In
 
28
that case the output will be delayed by max delay.
 
29
 
 
30
.SH SEE ALSO
 
31
DELAY_f, EVTDLY_f, REGISTER_f