-
Notifications
You must be signed in to change notification settings - Fork 19
/
README
executable file
·66 lines (49 loc) · 3.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
WaveLab 802
------------
WaveLab is a library of Matlab routines for wavelet analysis, wavelet-
packet analysis, cosine-packet analysis and matching pursuit. The
library is available free of charge over the Internet. Versions are
provied for Macintosh, UNIX and Windows machines.
WaveLab has been used in teaching courses in adapted wavelet analysis at
Stanford and at Berkeley. It is the basis for wavelet research by the
authors, and may be used to reproduce the figures in their published
articles, and to redo those figures with variations in the parameters.
WaveLab has over 800 files which are documented, indexed and cross-
referenced in various ways. Matlab .mex files are used extensively to
increase throughput, and "fat" mex files are provided with the Macintosh
version so Power Macintosh users may take advantage of the increased
speed of their machines.
In addition to routines implementing basic wavelet transforms for finite
data sets (both periodic transforms and boundary-corrected transforms),
wavelet-packet analysis, cosine-packet analysis and matching pursuit,
the library contains scripts which the authors believe will assist in
learning the practical aspects of wavelet analysis:
* Scripts that reproduce the figures in the authors' published
articles including the de-noising articles of Donoho and Johnstone.
* ``Workouts'' that give a quick guide to wavelets (1-d and 2-d);
wavelet analysis; wavelet synthesis; wavelet and cosine packets,
including the Coifman-Wickerhauser best-basis methodology; matching
pursuit; and applications such as data expansion, progressive data
transmission image compression, speech segmentation, de-noising, fast
matrix multiplication in wavelet bases, etc.
WaveLab also offers:
* A library of datasets that are easily accessible to the user. Besides
artifical signals that have scientific or pedagogic appeal, real data
ranging from an image of Ingrid Daubechies to a recording by Enrico
Caruso are included.
* A point-and-click browser that allows the user to select data, perform
various transforms or de-noising operations, and then see the results
without using the Matlab command-line interface.
* Extensive documentation, including on-line documentation for each
function, Contents files for each subdirectory, a Reference Manual,
an Architecture Manual and an overview document (About WaveLab) that
introduces the software to a first-time user.
WaveLab is freeware and may be obtained via World-Wide-Web:
http://www-stat.stanford.edu/~wavelab
Your WWW browser may be used to peruse the documentation.
Please send comments or questions to [email protected]
Getting Started
---------------
The subdirectory Documentation contains several files which should
enable the user to get started in using this package. The first things
to read are INSTALLATION.m and GETTINGSTARTED.m.