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

波变换

开发平台:

Matlab

  1. function cmorinfo
  2. %CMORINFO Information on complex Morlet wavelet.
  3. %
  4. %   Complex Morlet Wavelet
  5. %
  6. %   Definition: a complex Morlet wavelet is
  7. %       cmor(x) = (pi*Fb)^{-0.5}*exp(2*i*pi*Fc*x)*exp(-(x^2)/Fb)
  8. %   depending on two parameters:
  9. %       Fb is a bandwidth parameter
  10. %       Fc is a wavelet center frequency
  11. %
  12. %   Family                  Complex Morlet
  13. %   Short name              cmor
  14. %
  15. %   Wavelet name            cmor"Fb"-"Fc"
  16. %
  17. %   Orthogonal              no
  18. %   Biorthogonal            no
  19. %   Compact support         no
  20. %   DWT                     no
  21. %   complex CWT             possible
  22. %
  23. %   Support width           infinite
  24. %
  25. %   Reference: A. Teolis, 
  26. %   Computational signal processing with wavelets, 
  27. %   Birkhauser, 1998, 65.
  28. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 18-Jun-99.
  29. %   Last Revision: 08-Jul-1999.
  30. %   Copyright 1995-2002 The MathWorks, Inc.
  31. %   $Revision: 1.4 $  $Date: 2002/04/14 19:47:25 $