haarinfo.m
上传用户:haiyisale
上传日期:2013-01-09
资源大小:3246k
文件大小:1k
源码类别:

波变换

开发平台:

Matlab

  1. function haarinfo
  2. %HAARINFO Information on Haar wavelet.
  3. %
  4. %   Haar Wavelet
  5. %
  6. %   General characteristics: Compactly supported 
  7. %   wavelet, the oldest and the simplest wavelet.
  8. %   
  9. %   scaling function phi = 1 on [0 1] and 0 otherwise.
  10. %   wavelet function psi = 1 on [0 0.5[, = -1 on [0.5 1] and 0 otherwise.
  11. %
  12. %   Family                  Haar
  13. %   Short name              haar
  14. %   Examples                haar is the same as db1
  15. %   Orthogonal              yes
  16. %   Biorthogonal            yes
  17. %   Compact support         yes
  18. %   DWT                     possible
  19. %   CWT                     possible
  20. %
  21. %   Support width           1
  22. %   Filters length          2
  23. %   Regularity              haar is not continuous
  24. %   Symmetry                yes
  25. %   Number of vanishing 
  26. %   moments for psi         1
  27. %
  28. %   Reference: I. Daubechies, 
  29. %   Ten lectures on wavelets, 
  30. %   CBMS, SIAM, 61, 1994, 194-202.
  31. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 12-Mar-96.
  32. %   Last Revision: 01-May-1998.
  33. %   Copyright 1995-2002 The MathWorks, Inc.
  34. % $Revision: 1.10 $