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

波变换

开发平台:

Matlab

  1. function gausinfo
  2. %GAUSINFO Information on Gaussian wavelets.
  3. %
  4. %   Gaussian Wavelets
  5. %
  6. %   Definition: derivatives of the Gaussian 
  7. %   probability density function.
  8. %
  9. %   gaus(x,n) = Cn * diff(exp(-x^2),n) where diff denotes 
  10. %   the symbolic derivative and where Cn is such that 
  11. %   the 2-norm of gaus(x,n) = 1.
  12. %
  13. %   Family                  Gaussian
  14. %   Short name              gaus
  15. %
  16. %   Wavelet name            gaus"n"
  17. %
  18. %   Orthogonal              no
  19. %   Biorthogonal            no
  20. %   Compact support         no
  21. %   DWT                     no
  22. %   CWT                     possible
  23. %
  24. %   Support width           infinite
  25. %   Effective support       [-5 5]
  26. %   Symmetry                yes
  27. %                       n even ==> Symmetry
  28. %                       n odd  ==> Anti-Symmetry
  29. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 01-Nov-97.
  30. %   Last Revision: 15-Jul-1999.
  31. %   Copyright 1995-2002 The MathWorks, Inc.
  32. %   $Revision: 1.8 $  $Date: 2002/04/14 19:37:25 $