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

« back to all changes in this revision

Viewing changes to man/scicos/CLOCK_f.cat

  • 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
CLOCK_f            Scilab Group            Scicos Block             CLOCK_f
 
2
NAME
 
3
   CLOCK_f - Scicos periodic event generator
 
4
  
 
5
DESCRIPTION
 
6
   This block is a Super Block constructed by feeding back the output of an
 
7
  event delay block into its input event port. The unique output of this
 
8
  block generates a regular train of events.
 
9
  
 
10
DIALOGUE PARAMETERS
 
11
 Period
 
12
       : scalar. One over the frequency of the clock. Period is the time that
 
13
      separates two output events.
 
14
      
 
15
 Init time
 
16
       : scalar. Starting date. if negative the clock never starts. 
 
17
      
 
18
SEE ALSO
 
19
   EVTDLY_f       
 
20