annotate util/Rice Wavelet Toolbox/Contents.m @ 195:d50f5bdbe14c luisf_dev

- Added SMALL_DL_test: simple DL showcase - Added dico_decorr_symmetric: improved version of INK-SVD decorrelation step - Debugged SMALL_learn, SMALLBoxInit and SMALL_two_step_DL
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Wed, 14 Mar 2012 14:42:52 +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