Wavelet center frequency
FREQ = centfrq(wname) FREQ = centfrq(wname,ITER)
Estimations the center frequency of a wavelet function.
wname = 'db2';iter=8; // Compute the center frequency cfreq = centfrq(wname,iter)
Holger Nahrstaedt