A packet-ordered non-decimated wavelet object contains coefficients
of a signal (usually obtained by the wst
packet-ordered non-decimated wavelet transform, but also
functions that derive such objects, such as threshold.wst
).
A packet-ordered nondecimated wavelet object, x,
possesses nlevelsWT(x)
resolution levels.
In WaveThresh the coarsest level is level 0 and the finest is level
nlevelsWT-1
. For packet-ordered nondecimated wavelet
the number of blocks (packets) at
level j
is 2^(nlevelsWT-j)
.
This function plots the coefficients.
At the bottom of the plot the original input function (if present) is plotted.
Then levels above the original plot successively coarser wavelet
coefficients.
Each packet of coefficients is plotted within dotted vertical lines.
At the finest level there are two packets: one (the left one) correspond to
the wavelet coefficients that would be obtained using the (standard)
decimated wavelet transform function, wd
,
and the other packet are those coefficients that would have been obtained
using the standard decimated wavelet transform after a unit cyclic shift.
For coarser levels there are more packets corresponding to different cyclic
shifts (although the computation is not performed using shifting operations
the effect is the same). For full details see Nason and Silverman, 1995.
Packets are drawn on the plot and can be separated by vertical dotted lines.
The resolution levels at which this happens can be controlled by the
dotted.turn.on
option.
The coarsest resolution level to be drawn is controlled by
the first.level option
.
It should be noted that the packets referred to here are just the
blocks of nondecimated wavelet coefficients in a packet-ordering.
These are different to wavelet packets (produced by wp
)
and nondecimated wavelet packets (produced by wpst
)