Wavelet Toolbox
  Go to function:
    Search    Help Desk 
wpcutree    Examples   See Also

Cut wavelet packet tree.

Syntax

Description

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

[T,D] = wpcutree(T,D,L) cuts the tree T at level L and computes the corresponding data structure D (see maketree).

[T,D,RN] = wpcutree(T,D,L) returns the same arguments as above and in addition, the vector RN contains the indices of the reconstructed nodes.

Examples

See Also

maketree, wpdec, wpdec2

[ Previous | Help Desk | Next ]