Wavelet Toolbox Previous page   Next Page
wpjoin

Recompose wavelet packet

Syntax

Description

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

wpjoin updates the wavelet packet tree after the recomposition of a node.

The nodes are numbered from left to right and from top to bottom. The root index is 0.

T = wpjoin(T,N) returns the modified wavelet packet tree T corresponding to a recomposition of the node N.

[T,X] = wpjoin(T,N) also returns the coefficients of the node.

T = wpjoin(T) is equivalent to T = wpjoin(T,0).

[T,X] = wpjoin(T) is equivalent to [T,X] = wpjoin(T,0).

Examples

See Also
wpdec, wpdec2, wpsplt


Previous page  wpfun wprcoef Next page

© 1994-2005 The MathWorks, Inc.