Klauder wavelet in time domain.
X=klauder(N,LAMBDA,F0)
number of points in time
attenuation factor or the envelope (default : 10)
central frequency of the wavelet (default : 0.2)
time row vector containing the klauder samples.
klauder generates the KLAUDER wavelet in the time domain K(f) = e^{-2.pi.LAMBA.f} f^{2.pi.LAMBDA.F0-1/2}
x=klauder(128); plot(x); | ![]() | ![]() |