Wavelet Toolbox Previous page   Next Page
centfrq

Wavelet center frequency

Syntax

Description

FREQ = centfrq('wname') returns the center frequency in herz of the wavelet function, 'wname' (see wavefun for more information).

For FREQ = centfrq('wname',ITER), ITER is the number of iterations performed by the function wavefun, which is used to compute the wavelet.

[FREQ,XVAL,RECFREQ] = centfrq('wname',ITER,'plot') returns, in addition, the associated center frequency based approximation RECFREQ on the 2ITER points grid XVAL and plots the wavelet function and RECFREQ.

Examples

See Also
scal2frq, wavefun


Previous page  bswfun cfs2wpt Next page

© 1994-2005 The MathWorks, Inc.