~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/scicos/DELAY_f.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH DELAY_f 5 "Janvier 1997" "Scilab Group" "Scicos Block"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
DELAY_f - Scicos  delay block
5
 
.SH DIALOGUE PARAMETERS
6
 
.TP 25
7
 
Discretization time step
8
 
: positive scalar, delay discretization time step
9
 
.TP
10
 
Register initial state
11
 
: register initial state vector. Dimension must be greater than  or
12
 
equal to
13
 
2
14
 
.SH DESCRIPTION
15
 
This block implements as a discretized delay. It is in fact a Scicos
16
 
super block formed by a shift register and a clock.
17
 
 
18
 
value of the delay is given by  the discretization time step multiplied by the
19
 
number of states of the register minus one 
20
 
.SH SEE ALSO
21
 
DELAYV_f, EVTDLY_f, REGISTER_f