<< griffitc Choice of Particular Signals mexhat >>

Time Frequency Toolbox >> Time Frequency Toolbox > Choice of Particular Signals > klauder

klauder

Klauder wavelet in time domain.

Calling Sequence

X=klauder(N,LAMBDA,F0)

Parameters

N :

number of points in time

LAMBDA :

attenuation factor or the envelope (default : 10)

F0 :

central frequency of the wavelet (default : 0.2)

X :

time row vector containing the klauder samples.

Description

klauder generates the KLAUDER wavelet in the time domain K(f) = e^{-2.pi.LAMBA.f} f^{2.pi.LAMBDA.F0-1/2}

Examples

x=klauder(128); plot(x);

See also

Authors

<< griffitc Choice of Particular Signals mexhat >>