Complex Shannon wavelet
[PSI,X] = shanwavf(LB,UB,N,FB,FC)
[PSI,X] = shanwavf(LB,UB,N,FB,FC) returns
values of the complex Shannon wavelet. The complex Shannon wavelet
is defined by a bandwidth parameter FB, a wavelet
center frequency FC, and the expression
PSI(X) = (FB^0.5)*(sinc(FB*X).*exp(2*i*pi*FC*X))
on an N point regular grid in the interval [LB,UB].
FB and FC must be such
that FC > 0 and FB > 0.
Output arguments are the wavelet function PSI computed
on the grid X.
Teolis, A. (1998), Computational signal processing with wavelets, Birkhäuser, p. 62.