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

« back to all changes in this revision

Viewing changes to man/fr/signal/frmag.xml

  • 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
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
  <TITLE>frmag</TITLE>
 
6
  <TYPE>Scilab Function</TYPE>
 
7
  <DATE>April 1993</DATE>
 
8
  <SHORT_DESCRIPTION name="frmag"> magnitude of FIR and IIR filters</SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>[xm,fr]=frmag(num[,den],npts)  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
    <PARAM_INDENT>
 
14
      <PARAM_ITEM>
 
15
        <PARAM_NAME>npts</PARAM_NAME>
 
16
        <PARAM_DESCRIPTION>
 
17
          <SP>: integer (number of points in frequency response)</SP>
 
18
        </PARAM_DESCRIPTION>
 
19
      </PARAM_ITEM>
 
20
      <PARAM_ITEM>
 
21
        <PARAM_NAME>xm</PARAM_NAME>
 
22
        <PARAM_DESCRIPTION>
 
23
          <SP>: mvector of magnitude of frequency response at the points <VERB>fr</VERB></SP>
 
24
        </PARAM_DESCRIPTION>
 
25
      </PARAM_ITEM>
 
26
      <PARAM_ITEM>
 
27
        <PARAM_NAME>fr</PARAM_NAME>
 
28
        <PARAM_DESCRIPTION>
 
29
          <SP>: points in the frequency domain where magnitude is evaluated</SP>
 
30
        </PARAM_DESCRIPTION>
 
31
      </PARAM_ITEM>
 
32
      <PARAM_ITEM>
 
33
        <PARAM_NAME>num</PARAM_NAME>
 
34
        <PARAM_DESCRIPTION>
 
35
          <SP>: if <VERB>den</VERB> is omitted vector coefficients/polynomial/rational polynomial of filter</SP>
 
36
        </PARAM_DESCRIPTION>
 
37
      </PARAM_ITEM>
 
38
      <PARAM_ITEM>
 
39
        <PARAM_NAME>num</PARAM_NAME>
 
40
        <PARAM_DESCRIPTION>
 
41
          <SP>: if <VERB>den</VERB> is given vector coefficients/polynomial of filter numerator</SP>
 
42
        </PARAM_DESCRIPTION>
 
43
      </PARAM_ITEM>
 
44
      <PARAM_ITEM>
 
45
        <PARAM_NAME>den</PARAM_NAME>
 
46
        <PARAM_DESCRIPTION>
 
47
          <SP>: vector coefficients/polynomial of filter denominator</SP>
 
48
        </PARAM_DESCRIPTION>
 
49
      </PARAM_ITEM>
 
50
    </PARAM_INDENT>
 
51
  </PARAM>
 
52
  <DESCRIPTION>
 
53
    <P>
 
54
    calculates the magnitude of the frequency responses of
 
55
    FIR and IIR filters. The filter description can be
 
56
    one or two vectors of coefficients, one or two polynomials,
 
57
    or a rational polynomial.</P>
 
58
  </DESCRIPTION>
 
59
  <AUTHOR>C. B.  </AUTHOR>
 
60
</MAN>