]> Creatis software - CreaPhase.git/blob - octave_packages/signal-1.1.3/packinfo/INDEX
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / signal-1.1.3 / packinfo / INDEX
1 $SPCTOOLS= in spline directory of Dennis Brown's <a href="ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/tools/spctools">SPCtools</a>
2 $TFTB= try <a href="http://www-isis.enst.fr/Applications/tftb/iutsn.univ-nantes.fr/auger/tftb.html">Time-Frequency Tool box</a>
3
4 signal >> Signal processing
5 Signals
6  diric
7  gauspuls
8  gmonopuls
9  pulstran
10  tripuls
11  rectpuls
12  sawtooth
13  square
14  chirp
15  vco modulate demod= $TFTB
16  specgram
17  buffer
18  mexihat
19  meyeraux
20  morlet
21  shanwavf
22  cmorwavf
23  sigmoid_train
24 Filtering
25  filtfilt
26  filtic
27  sgolayfilt
28  sosfilt
29  medfilt1
30 Filter analysis
31  freqs freqs_plot
32  grpdelay
33  impz
34  zplane
35  fwhm
36 Filter conversion
37  convmtx
38  residuez
39  residued
40  sos2tf
41  sos2zp
42  ss2tf
43  ss2zp
44  tf2sos
45  tf2ss
46  tf2zp
47  zp2sos
48  zp2ss
49  zp2tf
50  polystab
51 IIR Filter design
52  besself
53  butter
54  cheby1
55  cheby2
56  ellip
57  ncauer
58  buttord
59  cheb1ord
60  cheb2ord
61  ellipord
62  besselap
63  sftrans
64  bilinear
65  impinvar
66  iirlp2mb
67 FIR filter design
68  fir1
69  fir2
70  firls
71  kaiserord
72  remez
73  sgolay
74  qp_kaiser
75  cl2bp
76 Transforms
77  czt
78  dctmtx
79  dct2
80  idct2
81  dct
82  idct
83  dst
84  idst
85  dftmtx
86  hilbert
87  rceps
88  cceps
89  cplxreal
90  bitrevorder
91  dwt
92  fht
93  ifht
94 Power spectrum analysis
95  pwelch
96  tfe
97  tfestimate
98  cohere
99  csd
100  ar_psd
101  cpsd
102  mscohere
103  pburg
104  pcov pmcov pmtm pmusic= $SPCTOOLS
105  pyulear
106  xcorr
107  xcorr2
108  xcov
109  __power
110 Window functions
111  window
112  barthannwin
113  blackmanharris
114  blackmannuttall
115  bohmanwin
116  boxcar
117  chebwin flattopwin
118  hann
119  kaiser
120  nuttallwin
121  triang
122  gaussian gausswin
123  tukeywin
124  rectwin
125  welchwin
126  parzenwin
127 System identification
128  arburg
129  arcov= use <code>ar_covar</code> $SPCTOOLS
130  armcov= use <code>ar_mdcov</code> $SPCTOOLS
131  prony= use <code>ar_prony</code> $SPCTOOLS
132  aryule
133  invfreq
134  invfreqs
135  invfreqz
136  levinson
137 Sample rate change
138  decimate
139  interp
140  downsample
141  upsample
142  resample
143  upfirdn
144  data2fun
145 Compatibility
146  buttap= use <f>butter</f><code>(n,1,'s')</code>
147  cheb1ap= use <f>cheby1</f><code>(n,Rp,1,'s')</code>
148  cheb2ap= use <f>cheby2</f><code>(n,Rs,1,'s')</code>
149  ellipap= use <f>ellip</f><code>(n,Rp,Rs,1,'s')</code>
150  lp2bp= use <f>sftrans</f>
151  lp2bs= use <f>sftrans</f>
152  lp2hp= use <f>sftrans</f>
153  lp2lp= use <f>sftrans</f>
154  yulewalk=use <f>yulewalker</f>
155 Utility
156  buffer
157  fracshift
158  marcumq
159  wkeep
160  wrev
161  zerocrossing
162  sampled2continuous