Unit
SignalUtils
TWaveletType = (wtHaar,wtDaublet, wtSymmlet, wtCoiflet,wtVaidyanathan, wtBSpline,wtBSplineDual,wtLinSpline,wtQuadSpline,wtByFilter);
| Value | Description |
|---|---|
| wtDaublet, | par1 is the order of the wavelet (1 to 10); |
| wtCoiflet | par1 is the filter length parameter (1 to 5); |
| wtSymmlet, | par1 is the order of the wavelet (1 to 7); |
| wtBSpline | and wtBSplineDual, admissable combinations: (1,1), (1,3), (1,5) for box splines; (2,2), (2,4), (2,6), (2,8) for linear splines; (3,1), (3,3), (3,5), (3,7), (3,9) for quadratic splines. |
| wtHaar, | par1 and par2 are dummies. |
| wtVaidyanathan, | par1 and par2 are dummies. |
| wtLinSpline, | par1 and par2 are dummies. |
| wtQuadSpline, | par1 and par2 are dummies. |
| See Also |
|---|
| Reference: Intel Signal Processing library v4.5, Manual, 10-4 |
| WaveletInit |
| WaveletDecompose |
| WaveletReconstruct |
| Copyright 2008 Dew Research |