WV_FN_DAUBECHIES
Syntax | Return Value | Arguments | Keywords | Version History | See Also
The WV_FN_DAUBECHIES function constructs wavelet coefficients for the Daubechies wavelet function.
Syntax
Result = WV_FN_DAUBECHIES( [Order, Scaling, Wavelet, Ioff, Joff] )
Return Value
The returned value of this function is an anonymous structure of information about the particular wavelet.
Arguments
Order
A scalar that specifies the order number for the wavelet. The default is 2.
Scaling
On output, contains a vector of double-precision scaling (father) coefficients.
Wavelet
On output, contains a vector of double-precision wavelet (mother) coefficients.
Ioff
On output, contains an integer that specifies the support offset for Scaling.
Joff
On output, contains an integer that specifies the support offset for Wavelet.
Note
If none of the above arguments are present then the function will simply return the Result structure using the default Order.
Keywords
None.
Reference
Coefficients for orders 1–10 are from Daubechies, I., 1992: Ten Lectures on Wavelets, SIAM, p. 195. Note that Daubechies has multiplied by Sqrt(2). Coefficients for orders 11–24 are from http://www.isds.duke.edu/~brani/filters.html.
Version History
See Also
WV_DWT, WV_FN_COIFLET, WV_FN_HAAR, WV_FN_SYMLET