12.07.2015 Views

IDL Wavelet Toolkit User's Guide

IDL Wavelet Toolkit User's Guide

IDL Wavelet Toolkit User's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

84 Chapter 4: <strong>IDL</strong> <strong>Wavelet</strong> <strong>Toolkit</strong> ReferenceReferenceTorrence and Compo, 1998: A Practical <strong>Guide</strong> to <strong>Wavelet</strong> Analysis. Bull. Amer.Meteor. Soc., 79, 61–78.ExamplesPlot the Gaussian wavelet function at scale=20:n = 1000 ; pick a nice number of pointsinfo = WV_FN_GAUSSIAN( 2, 20, n, /SPATIAL, $WAVELET=wavelet)plot, waveletNow plot the same wavelet in Fourier space:info = WV_FN_GAUSSIAN( 2, 20, n, $FREQUENCY=frequency, WAVELET=wave_fourier)plot, frequency, wave_fourier, $xrange=[-0.2,0.2], thick=2Version History5.4 IntroducedSee AlsoWV_CWT, WV_FN_MORLET, WV_FN_PAULWV_FN_GAUSSIAN<strong>IDL</strong> <strong>Wavelet</strong> <strong>Toolkit</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!