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.

Chapter 4: <strong>IDL</strong> <strong>Wavelet</strong> <strong>Toolkit</strong> Reference 107KeywordsDOUBLESet this keyword to force the computation to be done in double-precision arithmetic.INVERSEIf set, the inverse transform is computed. By default, the forward transform iscomputed.Method and Result FormatThe WV_PWT function computes the wavelet coefficients for one level of thepyramidal algorithm. For a one-dimensional vector with 16 elements, one level of thepyramid appears below:Array elements[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]\ / \ / \ / \ / \ / \ / \ / \ /s0,d0 s1,d1 s2,d2 s3,d3 s4,d4 s5,d5 s6,d6 s7,d7where Si and Di are the scaling and wavelet coefficients and i represents theposition. The wavelet coefficients are stored in Result in the following order:Result = [ s0, s1, s2, s3, s4, s5, s6, s7,d0, d1, d2, d3, d4, d5, d6, d7 ]Version History5.3 IntroducedSee AlsoWV_DWT<strong>IDL</strong> <strong>Wavelet</strong> <strong>Toolkit</strong>WV_PWT

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

Saved successfully!

Ooh no, something went wrong!