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

Wavelet packet coefficients.

Syntax

Description

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

X = wpcoef(S,D,N) returns the coefficients associated with the node N. S is the tree structure and D the data structure (see maketree). If N doesn't exist,
X = [ ];

X = wpcoef(S,D) is equivalent to X = wpcoef(S,D,0).

Examples

See Also

maketree, wpdec, wpdec2

[ Previous | Help Desk | Next ]