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

波变换

开发平台:

Matlab

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