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

« back to all changes in this revision

Viewing changes to man/signal/Signal.cat

  • 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
Signal            Scilab Group            Scilab Function            Signal
 
2
NAME
 
3
   Signal - Signal manual description
 
4
  
 
5
FILTERS
 
6
 analpf          : analog low-pass filter
 
7
                 
 
8
 buttmag         : squared magnitude response of a Butterworth filter
 
9
                 
 
10
 casc            : creates cascade realization of filter
 
11
                 
 
12
 cheb1mag        : square magnitude response of a type 1 Chebyshev filter
 
13
                 
 
14
 cheb2mag        : square magnitude response of a type 1 Chebyshev filter
 
15
                 
 
16
 chepol          : recursive implementation of Chebychev polynomial
 
17
                 
 
18
 convol          : convolution of 2 discrete series
 
19
                 
 
20
 ell1 mag        : squared magnitude of an elliptic filter
 
21
                 
 
22
 eqfir           : minimax multi-band, linear phase, FIR filter
 
23
                 
 
24
 eqiir           : design of iir filter
 
25
                 
 
26
 faurre          : optimal lqg filter.
 
27
                 
 
28
 lindquis        : optimal lqg filter lindquist algorithm
 
29
                 
 
30
 ffilt           : FIR low-pass,high-pass, band-pass, or stop-band filter
 
31
                 
 
32
 filter          : compute the filter model
 
33
                 
 
34
 find_freq       : parameter compatibility for elliptic filter design
 
35
                 
 
36
 findm           : for elliptic filter design
 
37
                 
 
38
 frmag           : magnitude of the frequency responses of FIR and IIR
 
39
                 filters.
 
40
                 
 
41
 fsfirlin        : design of FIR, linear phase (frequency sampling
 
42
                 technique)
 
43
                 
 
44
 fwiir           : optimum design of IIR filters in cascade realization,
 
45
                 
 
46
 iir             : designs an iir digital filter using analog filter
 
47
                 designs.
 
48
                 
 
49
 iirgroup        : group delay of iir filter
 
50
                 
 
51
 iirlp           : Lp IIR filters optimization
 
52
                 
 
53
 group           : calculate the group delay of a digital filter
 
54
                 
 
55
 optfir          : optimal design of linear phase filters using linear
 
56
                 programming
 
57
                 
 
58
 remezb          : minimax approximation of a frequency domain magnitude
 
59
                 response.
 
60
                 
 
61
 kalm            : Kalman update and error variance
 
62
                 
 
63
 lev             : resolve the Yule-Walker equations :
 
64
                 
 
65
 levin           : solve recursively Toeplitz system (normal equations)
 
66
                 
 
67
 srfaur          : square-root algorithm for the algebraic Riccati
 
68
                 equation.
 
69
                 
 
70
 srkf            : square-root Kalman filter algorithm
 
71
                 
 
72
 sskf            : steady-state Kalman filter
 
73
                 
 
74
 system          : generates the next observation given the old state
 
75
                 
 
76
 trans           : transformation of standardized low-pass filter into
 
77
                 low-pass, high-pass, band-pass, stop-band.
 
78
                 
 
79
 wfir            : linear-phase windowed FIR low-pass, band-pass,
 
80
                 high-pass, stop-band
 
81
                 
 
82
 wiener          : Wiener estimate (forward-backward Kalman filter
 
83
                 formulation)
 
84
                 
 
85
 wigner          : time-frequency wigner spectrum of a signal.
 
86
                 
 
87
 window          : calculate symmetric window
 
88
                 
 
89
 zpbutt          : Butterworth analog filter
 
90
                 
 
91
 zpch1           : poles of a type 1 Chebyshev analog filter
 
92
                 
 
93
 zpch2           : poles and zeros of a type 2 Chebyshev analog filter
 
94
                 
 
95
 zpell           : poles and zeros of prototype lowpass elliptic filter
 
96
                 
 
97
SPECTRAL ESTIMATION
 
98
 corr            : correlation coefficients
 
99
                 
 
100
 cspect          : spectral estimation using the modified periodogram
 
101
                 method.
 
102
                 
 
103
 czt             : chirp z-transform algorithm
 
104
                 
 
105
 intdec          : change the sampling rate of a 1D or 2D signal
 
106
                 
 
107
 mese            : calculate the maximum entropy spectral estimate
 
108
                 
 
109
 pspect          : auto and cross-spectral estimate
 
110
                 
 
111
 wigner          : Wigner-Ville time/frequency spectral estimation 
 
112
                 
 
113
TRANSFORMS
 
114
 dft             : discrete Fourier transform
 
115
                 
 
116
 fft             : fast flourier transform
 
117
                 
 
118
 hilb            : Hilbert transform centred around the origin.
 
119
                 
 
120
 hank            : hankel matrix of the covariance sequence of a vector
 
121
                 process
 
122
                 
 
123
 mfft            : fft for a multi-dimensional signal
 
124
                 
 
125
IDENTIFICATION
 
126
 lattn,lattp
 
127
       : recursive solution of normal equations
 
128
      
 
129
 phc  : State space realisation by the principal hankel component 
 
130
      approximation method,
 
131
      
 
132
 rpem : identification by the recursive prediction error method
 
133
      
 
134
MISCELLANEOUS
 
135
 lgfft
 
136
       : computes p = ceil (log_2(x))
 
137
      
 
138
 sinc : calculate the function sin(2*pi*fl*t)/(pi*t)
 
139
      
 
140
 sincd
 
141
       : calculates the function Sin(N*x)/Sin(x)
 
142
      
 
143
 %k   : Jacobi's complete elliptic integral
 
144
      
 
145
 %asn : .TP the elliptic integral :
 
146
      
 
147
 %sn  : Jacobi 's elliptic function with parameter m
 
148
      
 
149
 bilt : bilinear transform or biquadratic transform.
 
150
      
 
151
 jmat : permutes block rows or block columns of a matrix
 
152
      
 
153
      
 
154