comparison util/Rice Wavelet Toolbox/README @ 78:f69ae88b8be5

added Rice Wavelet Toolbox with my modification, so it can be compiled on newer systems.
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Fri, 25 Mar 2011 15:27:33 +0000
parents
children
comparison
equal deleted inserted replaced
76:d052ec5b742f 78:f69ae88b8be5
1 Rice Wavelet Tools version 2.4
2 Released - <Dec 1 2002>
3
4 INSTALLATION:
5 To install this distribution of Rice Wavelet Tools see the INSTALL file.
6
7 SOURCE:
8 www.dsp.rice.edu/software/RWT
9
10 EMAIL:
11 For bug reports and questions, send email to wlet-tools@rice.edu
12
13 CONDITIONS FOR USE:
14 See the LICENSE file
15
16 TOOLBOX FUNCTIONS:
17
18 Wavelet Transforms
19 mdwt - Discrete orthogonal wavelet transform using the Mallat algorithm (1D and 2D)
20 midwt - Inverse discrete orthogonal wavelet transform
21 mrdwt - Undecimated (redundant) discrete wavelet transform (1D and 2D)
22 mirdwt - Inverse undecimated discrete wavelet transform
23 daubcqf - Daubechies filter coefficients
24
25 Wavelet Domain Processing
26 denoise - Denoise signals and images by thresholding wavelet coefficients
27 HardTh - Hard thresholding
28 SoftTh - Soft thresholding
29
30 Other
31 makesig - Create Donoho-Johnstone test signals
32 compile - Compile the Rice Wavelet Toolbox
33
34 Functions omitted in this version of toolbox can be found in
35 version 2.01 at www.dsp.rice.edu/software/RWT/RWT-2.01.tar.Z
36
37
38