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

« back to all changes in this revision

Viewing changes to man/signal/sincd.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
sincd            Scilab Group            Scilab Function              sincd
 
2
NAME
 
3
   sincd - digital sinc function or Direchlet kernel
 
4
  
 
5
CALLING SEQUENCE
 
6
 [s]=sincd(n,flag)
 
7
PARAMETERS
 
8
 n          : integer
 
9
            
 
10
 flag       : if flag = 1 the function is centred around the origin; if
 
11
            flag = 2 the function is delayed by %pi/(2*n)
 
12
            
 
13
 s          : vector of values of the function on a dense grid of
 
14
            frequencies
 
15
            
 
16
DESCRIPTION
 
17
   function which calculates the function Sin(N*x)/N*Sin(x)
 
18
  
 
19
EXAMPLE
 
20
 plot(sincd(10,1)) 
 
21
AUTHOR
 
22
   G. Le V.
 
23