forked from ct6502/wavelets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (75 loc) · 2.76 KB
/
index.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<HTML>
<HEAD>
<TITLE>Wavelet analysis; significance levels; confidence intervals;</TITLE>
<link rel="icon" href="http://paos.colorado.edu/research/wavelets/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</HEAD>
<BODY BGCOLOR="#FEFEEE">
<!-- BODY TEXT="#FFFFFF" LINK="#88BBFF" VLINK="#FF4444" ALINK="#0077FF" -->
<IMG SRC="images/nino3_title.gif" WIDTH=306 HEIGHT=150 ALIGN=left ALT="El Nino Wavelet">
<TABLE>
<TR VALIGN=top><TD COLSPAN=3>
<FONT SIZE=6>A Practical Guide to Wavelet Analysis</FONT><BR>
<FONT SIZE=4>With significance and confidence testing</FONT>
</TD></TR>
<TR VALIGN=top><TD>
<B>Christopher Torrence</B><BR>
National Snow and Ice Data Center<BR>
CIRES, CU Boulder<BR>
chris.torrence[AT]colorado[DOT]edu
</TD><TD>       </TD>
<TD>
<B>Gilbert P. Compo</B><BR>
CIRES, University of Colorado & Physical Sciences Division, NOAA ESRL<BR>
Boulder, Colorado<BR>
compo[AT]colorado[DOT]edu
</TABLE>
<BR CLEAR=all>
<HR><!----------------------------------------------------------->
<BLOCKQUOTE>
<FONT SIZE=4>
<A HREF="wavelet1.html">Wavelet Analysis & Monte Carlo</A>
<P>
<A HREF="references.html">References & Web Sites</A>
<P>
Interactive Wavelet Plot (no longer available)
<P>
<A HREF="https://github.com/chris-torrence/wavelets">Software for Fortran, IDL, Matlab, and Python</A>
<P>
<A HREF="faq.html">Frequently Asked Questions (FAQ)</A>
<P>
Article: <A HREF="bams_79_01_0061.pdf">"A Practical Guide to Wavelet Analysis"</A>,
C. Torrence and G. P. Compo, 1998<sup>*</sup>.<br>
<blockquote>
<A HREF="bams_abstract.html">Abstract & List of Topics</A><BR>
<A HREF="errata.html">Additional information & Errata</A>
</blockquote>
<P>
<A HREF="interdecadal.pdf">Wavelet Coherency and Phase</A>
</FONT>
</BLOCKQUOTE>
 <P>
<HR><!----------------------------------------------------------->
<BLOCKQUOTE>
This site is hosted by the <A HREF="http://atoc.colorado.edu/">Department of Atmospheric
and Oceanic Sciences at the University of Colorado Boulder</A><BR>
<BR>
Featured in:<BR>
<UL>
<LI><A HREF="http://scout.cs.wisc.edu/">Internet Scout</A>
<LI><A HREF="http://www.wavelet.org.">The Wavelet Digest</A>
<LI><A HREF="http://mathforum.org/library/">The Math Forum Internet Mathematics Library</A>
<BLOCKQUOTE>
</UL>
</BLOCKQUOTE>
<!--
<FONT SIZE=1>[ <A HREF="/~torrence/cgi-bin/logsearch.cgi?logsearch=wavelet">
Wavelet web page statistics</A> ]</FONT>
-->
<FONT SIZE=1>* Permission to place a copy of this work on this
server has been provided by the
<A HREF="http://www.ametsoc.org/">American Meteorological Society</A>.
The AMS does not guarantee that the copy provided
here is an accurate copy of the published work.</FONT>
</BODY>
</HTML>