File: Signal.man

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