Wavelet families |
father(x,[j,k],s) Returns the value at x of the father wavelet packet based on the filter represented by string s at scale j and position k.
mother(x,[j,k],s) Returns the value at x of the mother wavelet packet based on the filter represented by string s at scale j and position k.
dlfather(x,[j,k],s) Returns the value at x of the dual father wavelet packet based on the filter represented by string s at scale j and position k.
dlmother(x,[j,k],s) Returns the value at x of the dual mother wavelet packet based on the filter represented by string s at scale j and position k.
d, daub, daublet, s, symm, symmlet, c, coif, coiflet, bl, bs, Bspline, haar
The number(s) which follow the letters must be valid for the wavelet filter to which the letters refer.
For example, valid strings for s are "d4" for daublet(4), "s12" for symmlet(12), and "bs33" for Bspline(3,3).