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

« back to all changes in this revision

Viewing changes to man/signal/frmag.man

  • 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
.TH frmag 1 "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
frmag - magnitude of FIR and IIR filters
 
5
.SH CALLING SEQUENCE
 
6
.nf
 
7
[xm,fr]=frmag(num[,den],npts)
 
8
.fi
 
9
.SH PARAMETERS
 
10
.TP
 
11
npts
 
12
: integer (number of points in frequency response)
 
13
.TP
 
14
xm
 
15
: mvector of magnitude of frequency response at the points \fVfr\fR
 
16
.TP
 
17
fr
 
18
: points in the frequency domain where
 
19
magnitude is evaluated
 
20
.TP
 
21
num
 
22
: if \fVden\fR is omitted vector coefficients/polynomial/rational
 
23
polynomial of filter
 
24
.TP
 
25
num
 
26
: if \fVden\fR is given vector coefficients/polynomial of filter numerator
 
27
.TP
 
28
den
 
29
: vector coefficients/polynomial of filter denominator
 
30
.SH DESCRIPTION
 
31
calculates the magnitude of the frequency responses of
 
32
FIR and IIR filters. The filter description can be
 
33
one or two vectors of coefficients, one or two polynomials,
 
34
or a rational polynomial.
 
35
.SH AUTHOR
 
36
C. B.