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

波变换

开发平台:

Matlab

  1. function cgauinfo
  2. %CGAUINFO Information on complex Gaussian wavelets.
  3. %
  4. %   Complex Gaussian Wavelets.
  5. %
  6. %   Definition: derivatives of the complex Gaussian 
  7. %   function
  8. %
  9. %   cgau(x) = Cn * diff(exp(-i*x)*exp(-x^2),n) where diff denotes
  10. %   the symbolic derivative and where Cn is a constant
  11. %
  12. %   Family                  Complex Gaussian
  13. %   Short name              cgau
  14. %
  15. %   Wavelet name            cgau"n"
  16. %
  17. %   Orthogonal              no
  18. %   Biorthogonal            no
  19. %   Compact support         no
  20. %   DWT                     no
  21. %   Complex CWT             possible
  22. %
  23. %   Support width           infinite
  24. %   Symmetry                yes
  25. %                       n even ==> Symmetry
  26. %                       n odd  ==> Anti-Symmetry
  27. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 01-Jul-99.
  28. %   Last Revision: 05-Jul-1999.
  29. %   Copyright 1995-2002 The MathWorks, Inc.
  30. %   $Revision: 1.4 $  $Date: 2002/04/14 19:47:19 $