Main Content
wptree
WPTREE constructor
Syntax
Description
returns a complete wavelet packet tree T
= wptree(order
,depth
,x
,wname
)T
of order
order
corresponding to a wavelet packet decomposition of
x
at level depth
, using Shannon
entropy and the wavelet specified by wname
.
T = wptree(order,depth,x,wname)
is equivalent to T =
wptree(order,depth,x,wname,'shannon')
.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a