Name
centfrq — Wavelet center frequency
Calling Sequence
FREQ = centfrq(wname)
FREQ = centfrq(wname,ITER)
Parameters
- wname
-
: wavelet function name
- ITER
-
: number of iteration used by wavefun
- FREQ
-
: 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)