Wavelet center frequency
cfreq = centfrq(wname) cfreq = centfrq(wname,iter)
wavelet function name
number of iteration used by wavefun
center frequency of the wavelet function
Estimations the center frequency of a wavelet function.
wname = 'db2';iter=8; // Compute the center frequency cfreq = centfrq(wname,iter)