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

Split (decompose) wavelet packet.

Syntax

Description

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

wpsplt updates the tree and data structures after the decomposition of a node.

[T,D] = wpsplt(T,D,N) returns the modified tree structure T and the modified data structure D, corresponding to the decomposition of the node N.

For a one-dimensional decomposition:

[T,D,cA,cD] = wpsplt(T,D,N) with cA = approximation and cD = detail of node N.

For a two-dimensional decomposition:

[T,D,cA,cH,cV,cD] = wpsplt(T,D,N) with cA = approximation and
cH,cV,cD = details of node N.

Examples

See Also

maketree, wavedec, wavedec2, wpdec, wpdec2, wpjoin

[ Previous | Help Desk | Next ]