annotate util/Rice Wavelet Toolbox/Contents.m @ 206:2882992f9e6e luisf_dev

added headeer to init file
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Mar 2012 16:17:12 +0000
parents f69ae88b8be5
children
rev   line source
ivan@78 1 % Rice Wavelet Toolbox
ivan@78 2 % Version 2.4 Dec 2002
ivan@78 3 %
ivan@78 4 % Wavelet Transforms.
ivan@78 5 % mdwt - Discrete orthogonal wavelet transform using Mallat alg. (1D and 2D)
ivan@78 6 % midwt - Inverse discrete orthogonal wavelet transform
ivan@78 7 % mrdwt - Undecimated (redundant) discrete wavelet transform (1D and 2D)
ivan@78 8 % mirdwt - Inverse undecimated discrete wavelet transform
ivan@78 9 % daubcqf - Daubecheis filter coefficients
ivan@78 10 %
ivan@78 11 % Wavelet Domain Processing.
ivan@78 12 % denoise - Denoise signal and images by thresholding wavelet coefficients
ivan@78 13 % HardTh - Hard thresholding
ivan@78 14 % SoftTh - Soft thresholding
ivan@78 15 %
ivan@78 16 % Other.
ivan@78 17 % makesig - Create Donoho-Johnstone test signals
ivan@78 18 % compile - compile the Rice Wavelet toolbox