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

波变换

开发平台:

Matlab

  1. function syminfo
  2. %SYMINFO Information on near symmetric wavelets.
  3. %
  4. %   Symlets Wavelets
  5. %
  6. %   General characteristics: Compactly supported wavelets with
  7. %   least asymmetry and highest number of vanishing moments
  8. %   for a given support width.
  9. %   Associated scaling filters are near linear-phase filters.
  10. %
  11. %   Family                  Symlets
  12. %   Short name              sym
  13. %   Order N                 N = 2, 3, ...
  14. %   Examples                sym2, sym8
  15. %
  16. %   Orthogonal              yes
  17. %   Biorthogonal            yes
  18. %   Compact support         yes
  19. %   DWT                     possible
  20. %   CWT                     possible
  21. %
  22. %   Support width           2N-1
  23. %   Filters length          2N
  24. %   Regularity              
  25. %   Symmetry                near from
  26. %   Number of vanishing 
  27. %   moments for psi         N
  28. %
  29. %   Reference: I. Daubechies, 
  30. %   Ten lectures on wavelets, 
  31. %   CBMS, SIAM, 61, 1994, 198-202 and 254-256.
  32. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 12-Mar-96.
  33. %   Last Revision: 20-Dec-1999.
  34. %   Copyright 1995-2002 The MathWorks, Inc.
  35. % $Revision: 1.11 $