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

波变换

开发平台:

Matlab

  1. function mexhinfo
  2. %MEXHINFO Information on Mexican Hat wavelet.
  3. %
  4. %   Mexican Hat Wavelet
  5. %
  6. %   Definition: second derivative of the Gaussian 
  7. %   probability density function
  8. %
  9. %   mexh(x) = c * exp(-x^2/2) * (1-x^2)
  10. %   where c = 2/(sqrt(3)*pi^{1/4}) 
  11. %
  12. %   Family                  Mexican hat
  13. %   Short name              mexh
  14. %
  15. %   Orthogonal              no
  16. %   Biorthogonal            no
  17. %   Compact support         no
  18. %   DWT                     no
  19. %   CWT                     possible
  20. %
  21. %   Support width           infinite
  22. %   Effective support       [-5 5]
  23. %   Symmetry                yes
  24. %
  25. %   Reference: I. Daubechies, 
  26. %   Ten lectures on wavelets, 
  27. %   CBMS, SIAM, 61, 1994, 75.
  28. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 12-Mar-96.
  29. %   Last Revision: 01-May-1998.
  30. %   Copyright 1995-2002 The MathWorks, Inc.
  31. %   $Revision: 1.11 $