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

« back to all changes in this revision

Viewing changes to man/signal/sinc.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
sinc             Scilab Group             Scilab Function              sinc
 
2
NAME
 
3
   sinc -  samples of sinc function
 
4
  
 
5
CALLING SEQUENCE
 
6
 [x]=sinc(n,fl)
 
7
PARAMETERS
 
8
 n      : number of samples
 
9
        
 
10
 fl     : cut-off frequency of the associated low-pass filter in Hertz.
 
11
        
 
12
 x      : samples of the sinc function
 
13
        
 
14
DESCRIPTION
 
15
   Calculate n samples of the function sin(2*pi*fl*t)/(pi*t) for
 
16
  t=-(n-1)/2:(n-1)/2 (i.e. centred around the origin).
 
17
  
 
18
EXAMPLE
 
19
 plot(sinc(100,0.1))
 
20
SEE ALSO
 
21
   sincd
 
22
  
 
23
AUTHOR
 
24
   C. B. 
 
25