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

波变换

开发平台:

Matlab

  1. function coifinfo
  2. %COIFINFO Information on coiflets.
  3. %
  4. %   Coiflets Wavelets
  5. %
  6. %   General characteristics: Compactly supported 
  7. %   wavelets with highest number of vanishing 
  8. %   moments for both phi and psi for a given 
  9. %   support width.
  10. %
  11. %   Family                  Coiflets
  12. %   Short name              coif
  13. %   Order N                 N = 1, 2, ..., 5
  14. %   Examples                coif2, coif4
  15. %
  16. %   Orthogonal              yes
  17. %   Biorthogonal            yes
  18. %   Compact support         yes
  19. %   DWT                     possible
  20. %   CWT                     possible
  21. %
  22. %   Support width           6N-1
  23. %   Filters length          6N
  24. %   Regularity              
  25. %   Symmetry                near from
  26. %   Number of vanishing 
  27. %   moments for psi         2N
  28. %   Number of vanishing 
  29. %   moments for phi         2N-1
  30. %
  31. %   Reference: I. Daubechies, 
  32. %   Ten lectures on wavelets, 
  33. %   CBMS, SIAM, 61, 1994, 258-261.
  34. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 12-Mar-96.
  35. %   Last Revision: 01-May-1998.
  36. %   Copyright 1995-2002 The MathWorks, Inc.
  37. % $Revision: 1.12 $