<< cauwavf real_complex_wavelets cgauwavf >>

swt >> real_complex_wavelets > centfrq

centfrq

Wavelet center frequency

Calling Sequence

cfreq = centfrq(wname)
cfreq = centfrq(wname,iter)

Parameters

wname:

wavelet function name

iter:

number of iteration used by wavefun

cfreq:

center frequency of the wavelet function

Description

Estimations the center frequency of a wavelet function.

Examples

wname = 'db2';iter=8;
// Compute the center frequency
cfreq = centfrq(wname,iter)

See also

Authors


Report an issue
<< cauwavf real_complex_wavelets cgauwavf >>