Mercurial > hg > smallbox
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util/Rice Wavelet Toolbox/Contents.m Fri Mar 25 15:27:33 2011 +0000 @@ -0,0 +1,18 @@ +% Rice Wavelet Toolbox +% Version 2.4 Dec 2002 +% +% Wavelet Transforms. +% mdwt - Discrete orthogonal wavelet transform using Mallat alg. (1D and 2D) +% midwt - Inverse discrete orthogonal wavelet transform +% mrdwt - Undecimated (redundant) discrete wavelet transform (1D and 2D) +% mirdwt - Inverse undecimated discrete wavelet transform +% daubcqf - Daubecheis filter coefficients +% +% Wavelet Domain Processing. +% denoise - Denoise signal and images by thresholding wavelet coefficients +% HardTh - Hard thresholding +% SoftTh - Soft thresholding +% +% Other. +% makesig - Create Donoho-Johnstone test signals +% compile - compile the Rice Wavelet toolbox