annotate util/Rice Wavelet Toolbox/Contents.m @ 186:9c418bea7f6a bug_386

Addresses Bug #386: removed the 4th output variable (versn) in all calls of function fileparts.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 Feb 2012 17:25:14 +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