The WV_FN_HAAR function constructs wavelet coefficients for the Haar wavelet function.
| Note |
Result = WV_FN_HAAR( [Order, Scaling, Wavelet, Ioff, Joff] )
The returned value of this function is an anonymous structure of information about the particular wavelet.
A scalar that specifies the order number for the wavelet. The default is 1.
On output, contains a vector of double-precision scaling (father) coefficients.
On output, contains a vector of double-precision wavelet (mother) coefficients.
On output, contains an integer that specifies the support offset for Scaling.
On output, contains an integer that specifies the support offset for Wavelet.
| Note |
None.
Daubechies, I., 1992: Ten Lectures on Wavelets, SIAM.
Introduced: 5.3
WV_DWT, WV_FN_COIFLET, WV_FN_DAUBECHIES, WV_FN_SYMLET