Wavelet Toolbox Previous page   Next Page
wpcoef

Wavelet packet coefficients

Syntax

Description

wpcoef is a one- or two-dimensional wavelet packet analysis function.

X = wpcoef(T,N) returns the coefficients associated with the node N of the wavelet packet tree T. If N doesn't exist, X = [ ];

X = wpcoef(T) is equivalent to X = wpcoef(T,0).

Examples

See Also
wpdec, wpdec2


Previous page  wpbmpen wpcutree Next page

© 1994-2005 The MathWorks, Inc.