Wavelet Toolbox Previous page   Next Page
gauswavf

Gaussian wavelet

Syntax

Description

[PSI,X] = gauswavf(LB,UB,N,P) returns values of the P-th derivative of the Gaussian function on an N point regular grid for the interval [LB,UB]. Cp is such that the 2-norm of the P-th derivative of F is equal to 1.

For P > 8, the Extended Symbolic Toolbox is required.

Output arguments are the wavelet function PSI computed on the grid X.

[PSI,X] = gauswavf(LB,UB,N) is equivalent to [PSI,X] = gauswavf(LB,UB,N,1)

These wavelets have an effective support of [-5 5].

Examples

See Also
waveinfo


Previous page  filt2ls get Next page

© 1994-2005 The MathWorks, Inc.