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

Best level tree (wavelet packet).

Syntax

Description

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

bestlevt computes the optimal complete sub-tree of an initial tree with respect to an entropy type criterion. The resulting complete tree may be of smaller depth than the initial one.

[T,D] = bestlevt(T,D) computes the modified tree structure T and data structure D, corresponding to the best level tree decomposition.

[T,D,E] = bestlevt(T,D) returns the best tree T, data structure D, and in addition, the best entropy value E.

Examples

Algorithm

See besttree algorithm section. The only difference is that the optimal tree is searched among the complete sub-trees of the initial tree.

See Also

besttree, maketree, wentropy, wpdec, wpdec2

[ Previous | Help Desk | Next ]