Mercurial > hg > smallbox
annotate util/Rice Wavelet Toolbox/README @ 183:0d7a81655ef2 danieleb
removed cumulative coherence calculation
author | Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk> |
---|---|
date | Fri, 27 Jan 2012 13:15:11 +0000 |
parents | f69ae88b8be5 |
children |
rev | line source |
---|---|
ivan@78 | 1 Rice Wavelet Tools version 2.4 |
ivan@78 | 2 Released - <Dec 1 2002> |
ivan@78 | 3 |
ivan@78 | 4 INSTALLATION: |
ivan@78 | 5 To install this distribution of Rice Wavelet Tools see the INSTALL file. |
ivan@78 | 6 |
ivan@78 | 7 SOURCE: |
ivan@78 | 8 www.dsp.rice.edu/software/RWT |
ivan@78 | 9 |
ivan@78 | 10 EMAIL: |
ivan@78 | 11 For bug reports and questions, send email to wlet-tools@rice.edu |
ivan@78 | 12 |
ivan@78 | 13 CONDITIONS FOR USE: |
ivan@78 | 14 See the LICENSE file |
ivan@78 | 15 |
ivan@78 | 16 TOOLBOX FUNCTIONS: |
ivan@78 | 17 |
ivan@78 | 18 Wavelet Transforms |
ivan@78 | 19 mdwt - Discrete orthogonal wavelet transform using the Mallat algorithm (1D and 2D) |
ivan@78 | 20 midwt - Inverse discrete orthogonal wavelet transform |
ivan@78 | 21 mrdwt - Undecimated (redundant) discrete wavelet transform (1D and 2D) |
ivan@78 | 22 mirdwt - Inverse undecimated discrete wavelet transform |
ivan@78 | 23 daubcqf - Daubechies filter coefficients |
ivan@78 | 24 |
ivan@78 | 25 Wavelet Domain Processing |
ivan@78 | 26 denoise - Denoise signals and images by thresholding wavelet coefficients |
ivan@78 | 27 HardTh - Hard thresholding |
ivan@78 | 28 SoftTh - Soft thresholding |
ivan@78 | 29 |
ivan@78 | 30 Other |
ivan@78 | 31 makesig - Create Donoho-Johnstone test signals |
ivan@78 | 32 compile - Compile the Rice Wavelet Toolbox |
ivan@78 | 33 |
ivan@78 | 34 Functions omitted in this version of toolbox can be found in |
ivan@78 | 35 version 2.01 at www.dsp.rice.edu/software/RWT/RWT-2.01.tar.Z |
ivan@78 | 36 |
ivan@78 | 37 |
ivan@78 | 38 |