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

波变换

开发平台:

Matlab

  1. function meyrinfo
  2. %MEYRINFO Information on Meyer wavelet.
  3. %
  4. %   Meyer Wavelet
  5. %
  6. %   General characteristics: Infinitely regular orthogonal wavelet.
  7. %
  8. %   Family                  Meyer
  9. %   Short name              meyr
  10. %
  11. %   Orthogonal              yes
  12. %   Biorthogonal            yes
  13. %   Compact support         no
  14. %   DWT                     possible but without FWT
  15. %     FIR based approximation provides FWT
  16. %   CWT                     possible
  17. %
  18. %   Support width           infinite
  19. %   Effective support       [-8 8]
  20. %   Regularity              indefinitely derivable
  21. %   Symmetry                yes
  22. %
  23. %   Reference: I. Daubechies, 
  24. %   Ten lectures on wavelets, 
  25. %   CBMS, SIAM, 61, 1994, 117-119, 137, 152.
  26. %
  27. %   See Information on "Discrete" Meyer wavelet.   
  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.10 $