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

波变换

开发平台:

Matlab

  1. function shaninfo
  2. %SHANINFO Information on complex Shannon wavelet.
  3. %
  4. %   Complex Shannon Wavelet
  5. %
  6. %   Definition: a complex Shannon wavelet is
  7. %           shan(x) = Fb^{0.5}*sinc(Fb*x)*exp(2*i*pi*Fc*x)
  8. %   depending on two parameters:
  9. %           Fb is a bandwidth parameter
  10. %           Fc is a wavelet center frequency
  11. %
  12. %   The condition Fc > Fb/2 is sufficient to ensure that
  13. %   zero is not in the frequency support interval.
  14. %
  15. %   Family                  Complex Shannon
  16. %   Short name              shan
  17. %
  18. %   Wavelet name            shan"Fb"-"Fc"
  19. %
  20. %   Orthogonal              no
  21. %   Biorthogonal            no
  22. %   Compact support         no
  23. %   DWT                     no
  24. %   complex CWT             possible
  25. %
  26. %   Support width           infinite
  27. %
  28. %   Reference: A. Teolis, 
  29. %   Computational signal processing with wavelets, 
  30. %   Birkhauser, 1998, 62.
  31. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 18-Jun-99.
  32. %   Last Revision: 05-Jun-2003.
  33. %   Copyright 1995-2004 The MathWorks, Inc.
  34. %   $Revision: 1.4.4.2 $  $Date: 2004/03/15 22:41:41 $