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

« back to all changes in this revision

Viewing changes to man/signal/zpbutt.cat

  • 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
 
zpbutt            Scilab Group            Scilab Function            zpbutt
2
 
NAME
3
 
   zpbutt - Butterworth analog filter
4
 
  
5
 
CALLING SEQUENCE
6
 
 [pols,gain]=zpbutt(n,omegac)
7
 
PARAMETERS
8
 
 n          : integer (filter order)
9
 
            
10
 
 omegac     : real (cut-off frequency in Hertz)
11
 
            
12
 
 pols       : resulting poles of filter
13
 
            
14
 
 gain       : resulting gain of filter
15
 
            
16
 
DESCRIPTION
17
 
   computes the poles of a Butterworth analog filter of order n and cutoff
18
 
  frequency omegac transfer function H(s) is calculated by
19
 
  
20
 
AUTHOR
21
 
   F.D.
22