wp
They represent a decomposition of a function with respect
to a set of wavelet packet functions.
nlevels(wp)+1
rows in the
matrix. Row nlevels(wp)+1
(the ``bottom'') row contains
the ``original'' data used to produce the wavelet packet coefficients.
Rows nlevels(wp)
to row 1 contain coefficients at resolution
levels nlevels(wp)-1
to 0 (so the first row contains coefficients
at resolution level 0).
The columns contain the coefficients with respect to packets.
A different packet length exists at each resolution level.
The packet length at resolution level i
is given by 2^i
.
However, the getpacket.wp function should be
used to access individual packets from a wp object.
wp$wp
component but you have to understand their organization described above.