Wavelet packet reconstruction 1-D.
Syntax
X = wprec(T,D)
Description
wprec is a one-dimensional wavelet packet analysis function.
X = wprec(T,D) returns the reconstructed vector X corresponding to a wavelet packet decomposition structure [T,D]. T is the tree structure and D the data structure (see maketree).
wprec is the inverse function of wpdec in the sense that the abstract statement wprec(wpdec(X,'wname')) gets back to X.
See Also
maketree, wpdec, wpdec2, wpjoin, wprec2, wpsplt
[ Previous | Help Desk | Next ]