Wavelet packet reconstruction 2-D.
Syntax
X = wprec2(T,D)
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 ]