comparison util/Rice Wavelet Toolbox/Contents.m @ 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 Toolbox
2 % Version 2.4 Dec 2002
3 %
4 % Wavelet Transforms.
5 % mdwt - Discrete orthogonal wavelet transform using Mallat alg. (1D and 2D)
6 % midwt - Inverse discrete orthogonal wavelet transform
7 % mrdwt - Undecimated (redundant) discrete wavelet transform (1D and 2D)
8 % mirdwt - Inverse undecimated discrete wavelet transform
9 % daubcqf - Daubecheis filter coefficients
10 %
11 % Wavelet Domain Processing.
12 % denoise - Denoise signal and images by thresholding wavelet coefficients
13 % HardTh - Hard thresholding
14 % SoftTh - Soft thresholding
15 %
16 % Other.
17 % makesig - Create Donoho-Johnstone test signals
18 % compile - compile the Rice Wavelet toolbox