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

« back to all changes in this revision

Viewing changes to man/fr/signal/Signal.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>Signal</TITLE>
 
6
  <TYPE>Scilab Function</TYPE>
 
7
  <DATE>April 1993</DATE>
 
8
  <SHORT_DESCRIPTION name="Signal"> Signal manual description</SHORT_DESCRIPTION>
 
9
  <SECTION label="Filters">
 
10
    <ITEMIZE>
 
11
      <ITEM label="analpf">
 
12
        <SP>: analog low-pass filter</SP>
 
13
      </ITEM>
 
14
      <ITEM label="buttmag">
 
15
        <SP>: squared magnitude response of a Butterworth filter</SP>
 
16
      </ITEM>
 
17
      <ITEM label="casc">
 
18
        <SP>: creates cascade realization of filter</SP>
 
19
      </ITEM>
 
20
      <ITEM label="cheb1mag">
 
21
        <SP>: square magnitude response of a type 1 Chebyshev filter</SP>
 
22
      </ITEM>
 
23
      <ITEM label="cheb2mag">
 
24
        <SP>: square magnitude response of a type 1 Chebyshev filter</SP>
 
25
      </ITEM>
 
26
      <ITEM label="chepol">
 
27
        <SP>: recursive implementation of Chebychev polynomial</SP>
 
28
      </ITEM>
 
29
      <ITEM label="convol">
 
30
        <SP>: convolution of 2 discrete series</SP>
 
31
      </ITEM>
 
32
      <ITEM label="ell1 mag">
 
33
        <SP>: squared magnitude of an elliptic filter</SP>
 
34
      </ITEM>
 
35
      <ITEM label="eqfir">
 
36
        <SP>: minimax multi-band, linear phase, FIR filter</SP>
 
37
      </ITEM>
 
38
      <ITEM label="eqiir">
 
39
        <SP>: design of iir filter</SP>
 
40
      </ITEM>
 
41
      <ITEM label="faurre">
 
42
        <SP>: optimal lqg filter.</SP>
 
43
      </ITEM>
 
44
      <ITEM label="lindquis">
 
45
        <SP>: optimal lqg filter lindquist algorithm</SP>
 
46
      </ITEM>
 
47
      <ITEM label="ffilt">
 
48
        <SP>: FIR low-pass,high-pass, band-pass, or stop-band filter</SP>
 
49
      </ITEM>
 
50
      <ITEM label="filter">
 
51
        <SP>: compute the filter model</SP>
 
52
      </ITEM>
 
53
      <ITEM label="find_freq">
 
54
        <SP>: parameter compatibility for elliptic filter design</SP>
 
55
      </ITEM>
 
56
      <ITEM label="findm">
 
57
        <SP>: for elliptic filter design</SP>
 
58
      </ITEM>
 
59
      <ITEM label="frmag">
 
60
        <SP>: magnitude of the frequency responses of FIR and IIR filters.</SP>
 
61
      </ITEM>
 
62
      <ITEM label="fsfirlin">
 
63
        <SP>: design of FIR, linear phase (frequency sampling technique)</SP>
 
64
      </ITEM>
 
65
      <ITEM label="fwiir">
 
66
        <SP>: optimum design of IIR filters in cascade realization,</SP>
 
67
      </ITEM>
 
68
      <ITEM label="iir">
 
69
        <SP>: designs an iir digital filter using analog filter designs.</SP>
 
70
      </ITEM>
 
71
      <ITEM label="iirgroup">
 
72
        <SP>: group delay of iir filter</SP>
 
73
      </ITEM>
 
74
      <ITEM label="iirlp">
 
75
        <SP>: Lp IIR filters optimization</SP>
 
76
      </ITEM>
 
77
      <ITEM label="group">
 
78
        <SP>: calculate the group delay of a digital filter</SP>
 
79
      </ITEM>
 
80
      <ITEM label="optfir">
 
81
        <SP>: optimal design of linear phase filters using linear programming</SP>
 
82
      </ITEM>
 
83
      <ITEM label="remezb">
 
84
        <SP>: minimax approximation of a frequency domain magnitude response.</SP>
 
85
      </ITEM>
 
86
      <ITEM label="kalm">
 
87
        <SP>: Kalman update and error variance</SP>
 
88
      </ITEM>
 
89
      <ITEM label="lev">
 
90
        <SP>: resolve the Yule-Walker equations :</SP>
 
91
      </ITEM>
 
92
      <ITEM label="levin">
 
93
        <SP>: solve recursively Toeplitz system (normal equations)</SP>
 
94
      </ITEM>
 
95
      <ITEM label="srfaur">
 
96
        <SP>: square-root algorithm for the algebraic Riccati equation.</SP>
 
97
      </ITEM>
 
98
      <ITEM label="srkf">
 
99
        <SP>: square-root Kalman filter algorithm</SP>
 
100
      </ITEM>
 
101
      <ITEM label="sskf">
 
102
        <SP>: steady-state Kalman filter</SP>
 
103
      </ITEM>
 
104
      <ITEM label="system">
 
105
        <SP>: generates the next observation given the old state</SP>
 
106
      </ITEM>
 
107
      <ITEM label="trans">
 
108
        <SP>: transformation of standardized low-pass filter into low-pass, high-pass, band-pass, stop-band.</SP>
 
109
      </ITEM>
 
110
      <ITEM label="wfir">
 
111
        <SP>: linear-phase windowed FIR low-pass, band-pass, high-pass, stop-band</SP>
 
112
      </ITEM>
 
113
      <ITEM label="wiener">
 
114
        <SP>: Wiener estimate (forward-backward Kalman filter formulation)</SP>
 
115
      </ITEM>
 
116
      <ITEM label="wigner">
 
117
        <SP>: time-frequency wigner spectrum of a signal.</SP>
 
118
      </ITEM>
 
119
      <ITEM label="window">
 
120
        <SP>: calculate symmetric window</SP>
 
121
      </ITEM>
 
122
      <ITEM label="zpbutt">
 
123
        <SP>: Butterworth analog filter</SP>
 
124
      </ITEM>
 
125
      <ITEM label="zpch1">
 
126
        <SP>: poles of a type 1 Chebyshev analog filter</SP>
 
127
      </ITEM>
 
128
      <ITEM label="zpch2">
 
129
        <SP>: poles and zeros of a type 2 Chebyshev analog filter</SP>
 
130
      </ITEM>
 
131
      <ITEM label="zpell">
 
132
        <SP>: poles and zeros of prototype lowpass elliptic filter</SP>
 
133
      </ITEM>
 
134
    </ITEMIZE>
 
135
  </SECTION>
 
136
  <SECTION label="Spectral estimation">
 
137
    <ITEMIZE>
 
138
      <ITEM label="corr">
 
139
        <SP>: correlation coefficients</SP>
 
140
      </ITEM>
 
141
      <ITEM label="cspect">
 
142
        <SP>: spectral estimation using the modified periodogram method.</SP>
 
143
      </ITEM>
 
144
      <ITEM label="czt">
 
145
        <SP>: chirp z-transform algorithm</SP>
 
146
      </ITEM>
 
147
      <ITEM label="intdec">
 
148
        <SP>: change the sampling rate of a 1D or 2D signal</SP>
 
149
      </ITEM>
 
150
      <ITEM label="mese">
 
151
        <SP>: calculate the maximum entropy spectral estimate</SP>
 
152
      </ITEM>
 
153
      <ITEM label="pspect">
 
154
        <SP>: auto and cross-spectral estimate</SP>
 
155
      </ITEM>
 
156
      <ITEM label="wigner">
 
157
        <SP>: Wigner-Ville time/frequency spectral estimation</SP>
 
158
      </ITEM>
 
159
    </ITEMIZE>
 
160
  </SECTION>
 
161
  <SECTION label="Transforms">
 
162
    <ITEMIZE>
 
163
      <ITEM label="dft">
 
164
        <SP>: discrete Fourier transform</SP>
 
165
      </ITEM>
 
166
      <ITEM label="fft">
 
167
        <SP>: fast flourier transform</SP>
 
168
      </ITEM>
 
169
      <ITEM label="hilb">
 
170
        <SP>: Hilbert transform centred around the origin.</SP>
 
171
      </ITEM>
 
172
      <ITEM label="hank">
 
173
        <SP>: hankel matrix of the covariance sequence of a vector process</SP>
 
174
      </ITEM>
 
175
      <ITEM label="mfft">
 
176
        <SP>: fft for a multi-dimensional signal</SP>
 
177
      </ITEM>
 
178
    </ITEMIZE>
 
179
  </SECTION>
 
180
  <SECTION label="Identification">
 
181
    <ITEMIZE>
 
182
      <ITEM label="lattn,lattp">
 
183
        <SP>: recursive solution of normal equations</SP>
 
184
      </ITEM>
 
185
      <ITEM label="phc">
 
186
        <SP>: State space realisation by the principal hankel component  approximation method,</SP>
 
187
      </ITEM>
 
188
      <ITEM label="rpem">
 
189
        <SP>: identification by the recursive prediction error method</SP>
 
190
      </ITEM>
 
191
    </ITEMIZE>
 
192
  </SECTION>
 
193
  <SECTION label="Miscellaneous">
 
194
    <ITEMIZE>
 
195
      <ITEM label="lgfft">
 
196
        <SP>: computes p = ceil (log_2(x))</SP>
 
197
      </ITEM>
 
198
      <ITEM label="sinc">
 
199
        <SP>: calculate the function sin(2*pi*fl*t)/(pi*t)</SP>
 
200
      </ITEM>
 
201
      <ITEM label="sincd">
 
202
        <SP>: calculates the function Sin(N*x)/Sin(x)</SP>
 
203
      </ITEM>
 
204
      <ITEM label="%k">
 
205
        <SP>: Jacobi's complete elliptic integral</SP>
 
206
      </ITEM>
 
207
      <ITEM label="%asn">
 
208
        <SP>: .TP the elliptic integral :</SP>
 
209
      </ITEM>
 
210
      <ITEM label="%sn">
 
211
        <SP>: Jacobi 's elliptic function with parameter m</SP>
 
212
      </ITEM>
 
213
      <ITEM label="bilt">
 
214
        <SP>: bilinear transform or biquadratic transform.</SP>
 
215
      </ITEM>
 
216
      <ITEM label="jmat">
 
217
        <SP>: permutes block rows or block columns of a matrix</SP>
 
218
      </ITEM>
 
219
    </ITEMIZE>
 
220
  </SECTION>
 
221
</MAN>