WAVELET
Wavelet Computations.
WAVELET
is a MATLAB library which
contains some utilities for computations involving wavelets.
Licensing:
The computer code and data files described and made available on this
web page are distributed under
the GNU LGPL license.
Languages:
WAVELET is available in
a C++ version and
a FORTRAN90 version and
a MATLAB version.
Related Data and Programs:
HAAR,
a MATLAB library which
computes the Haar transform of data.
SFTPACK,
a MATLAB library which
implements the "slow" Fourier transform, intended as a teaching
tool and comparison with the fast Fourier transform.
SINE_TRANSFORM,
a MATLAB library which
demonstrates some simple properties of the discrete sine transform.
WALSH,
a MATLAB library which
implements versions of the Walsh and Haar transforms.
Reference:
-
Gilbert Strang, Truong Nguyen,
Wavelets and Filter Banks,
Wellesley-Cambridge Press, 1997,
ISBN: 0-9614088-7-1,
LC: TK7872.F5S79 / QA403.3.S87.
Source Code:
Examples and Tests:
-
wavelet_test.m,
a sample calling program.
-
wavelet_test01.m,
tests DAUB2_TRANSFORM and DAUB2_TRANSFORM_INVERSE.
-
wavelet_test02.m,
tests DAUB4_TRANSFORM and DAUB4_TRANSFORM_INVERSE.
-
wavelet_test03.m,
tests DAUB6_TRANSFORM and DAUB6_TRANSFORM_INVERSE.
-
wavelet_test04.m,
tests DAUB8_TRANSFORM and DAUB8_TRANSFORM_INVERSE.
-
wavelet_test05.m,
tests DAUB10_TRANSFORM and DAUB10_TRANSFORM_INVERSE.
-
wavelet_test06.m,
tests DAUB12_TRANSFORM and DAUB12_TRANSFORM_INVERSE.
-
wavelet_test07.m,
tests DAUB14_TRANSFORM and DAUB14_TRANSFORM_INVERSE.
-
wavelet_test08.m,
tests DAUB16_TRANSFORM and DAUB16_TRANSFORM_INVERSE.
-
wavelet_test09.m,
tests DAUB18_TRANSFORM and DAUB18_TRANSFORM_INVERSE.
-
wavelet_test10.m,
tests DAUB20_TRANSFORM and DAUB20_TRANSFORM_INVERSE.
-
wavelet_test11.m,
tests DAUB*_MATRIX.
-
wavelet_test12.m,
tests DAUB*_SCALE.
-
wavelet_test_output.txt,
the output file.
Functions such as DAUB4_SCALE_PLOT can plot a scaling function
approximated using a given recursion level N. Typically a value of
N = 4 or 5 is enough.
You can go up one level to
the MATLAB source codes.
Last revised on 01 August 2011.