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

Reconstruct wavelet packet coefficients.

Syntax

Description

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

X = wprcoef(T,D,N) computes reconstructed coefficients of the node N. T is the tree structure and D the data structure (see maketree).

X = wprcoef(T,D) is equivalent to X = wprcoef(T,D,0).

Examples

See Also

maketree, wpdec, wpdec2, wprec, wprec2

[ Previous | Help Desk | Next ]