-
Notifications
You must be signed in to change notification settings - Fork 156
/
applications.html
56 lines (45 loc) · 1.13 KB
/
applications.html
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
<HTML>
<HEAD>
<TITLE>Wave:Applications</TITLE>
</HEAD>
<BODY BGCOLOR="white">
<H1>Wavelet Applications</H1>
 <P>
<FONT SIZE=5>
<UL>
<LI> Image processing [Mallat (1988)]
<P>
<LI> Irregularly-spaced data (stellar activity)
[Frick et al. (1997)]
<P>
<LI> 2D turbulence prediction; wavelet packet compression [Farge et al. (1992)]
<P>
<LI> Coherent structure detection [Farge (1992), Gamage (1990)]
<P>
<LI> Wave breaking & front detection [Liu (1994), Gamage & Blumen (1993)]
<P>
<LI> Wavelet bases for partial differential equations
[Farge et al. (1992), Bacry et al. (1993)]
<P>
<LI> Paleoclimate [Bolton et al. (1995), Yiou et al. (1995)]
</UL>
</FONT>
 <P>
<H1>Summary</H1>
 <P>
<FONT SIZE=5>
<DL COMPACT>
<DT>¤<DD>Wavelet analysis is a useful addition to methods of
geophysical data analysis.<BR>
<DT>¤<DD>Most helpful in situations of locally-coherent signals,
or non-stationary time series.<BR>
<DT>¤<DD>More research is needed on the perils & pitfalls,
choice of wavelet bases, and on statistical significance.
</DL>
</FONT>
<P><!--
<HR>
<A HREF="">back to Wavelet Home Page</A>
-->
</BODY>
</HTML>