Wavelet Toolbox Previous page   Next Page
meyer

Meyer wavelet

Syntax

Description

[PHI,PSI,T] = meyer(LB,UB,N) returns Meyer scaling and wavelet functions evaluated on an N point regular grid in the interval [LB,UB].

N must be a power of two.

Output arguments are the scaling function PHI and the wavelet function PSI computed on the grid T. These functions have [-8 8] as effective support.

If only one function is required, a fourth argument is allowed:

When the fourth argument is used, but not equal to 'phi' or 'psi', outputs are the same as in the main option.

The Meyer wavelet and scaling function are defined in the frequency domain:

By changing the auxiliary function (see meyeraux for more information), you get a family of different wavelets. For the required properties of the auxiliary function nu, see "References" in Chapter 6, "Advanced Concepts", of the User's Guide.

Examples

Algorithm

Starting from an explicit form of the Fourier transform of phi, meyer computes the values of on a regular grid, and then the values of phi are computed using instdfft, the inverse nonstandard discrete FFT.

The procedure for psi is along the same lines.

See Also
meyeraux, wavefun, waveinfo

References

Daubechies I. (1992), Ten lectures on wavelets, CBMS-NSF conference series in applied mathematics. SIAM Ed. pp. 117-119, 137, 152.


Previous page  mexihat meyeraux Next page

© 1994-2005 The MathWorks, Inc.