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

Wavelet packet reconstruction 1-D.

Syntax

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 ]