Wavelet Toolbox
  Go to function:
    Search    Help Desk 
wprec2    See Also

Wavelet packet reconstruction 2-D.

Syntax

Description

wprec2 is a two-dimensional wavelet packet analysis function.

X = wprec2(T,D) returns the reconstructed matrix X corresponding to a wavelet packet decomposition structure [T,D]. T is the tree structure and D the data structure (see maketree).

wprec2 is the inverse function of wpdec2 in the sense that the abstract statement wprec2(wpdec2(X,'wname')) gets back to X.

See Also

maketree, wpdec, wpdec2, wpjoin, wprec, wpsplt

[ Previous | Help Desk | Next ]