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

波变换

开发平台:

Matlab

  1. function binlinfo
  2. %BINLINFO Information on biorthogonal wavelets (binary wavelets: Binlets).
  3. %
  4. %   Biorthogonal Wavelets (Binlets)
  5. %
  6. %   Family                  Binlets
  7. %   Short name              binl
  8. %   Order Nr,Nd             Nr = 7 , Nd = 9
  9. %
  10. %   Orthogonal              no
  11. %   Biorthogonal            yes
  12. %   Compact support         yes
  13. %   DWT                     possible
  14. %   CWT                     possible
  15. %
  16. %   binl Nr.Nd              ld                      lr
  17. %                      effective length        effective length
  18. %                         of Lo_D                  of Hi_D
  19. %   binl 7.9                 7                       9
  20. %
  21. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 12-Mar-96.
  22. %   Last Revision: 01-Nov-1998.
  23. %   Copyright 1995-2002 The MathWorks, Inc.
  24. % $Revision: 1.10 $