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

波变换

开发平台:

Matlab

  1. function dbinfo
  2. %DBINFO Information on Daubechies wavelets.
  3. %
  4. %   Daubechies Wavelets
  5. %
  6. %   General characteristics: Compactly supported 
  7. %   wavelets with extremal phase and highest 
  8. %   number of vanishing moments for a given 
  9. %   support width. Associated scaling filters are
  10. %   minimum-phase filters.
  11. %
  12. %   Family                  Daubechies
  13. %   Short name              db
  14. %   Order N                 N strictly positive integer
  15. %   Examples                db1 or haar, db4, db15
  16. %
  17. %   Orthogonal              yes
  18. %   Biorthogonal            yes
  19. %   Compact support         yes
  20. %   DWT                     possible
  21. %   CWT                     possible
  22. %
  23. %   Support width           2N-1
  24. %   Filters length          2N
  25. %   Regularity              about 0.2 N for large N
  26. %   Symmetry                far from
  27. %   Number of vanishing 
  28. %   moments for psi         N
  29. %
  30. %   Reference: I. Daubechies, 
  31. %   Ten lectures on wavelets, 
  32. %   CBMS, SIAM, 61, 1994, 194-202.
  33. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 12-Mar-96.
  34. %   Last Revision: 01-May-1998.
  35. %   Copyright 1995-2002 The MathWorks, Inc.
  36. % $Revision: 1.10 $