wd
object.fl.dbase$first.last.c
determines exactly where each
level is stored in the vector.
Usually, accessC
should be used to extract C
components.fl.dbase$first.last.d
.
Usually, accessD
should be used to extract D
components.2^nlevels
$\equiv 2^m$ is the
number of data points used in the decomposition.
This means there will be $m$ levels of wavelet coefficients (indexed
$0,1,2,\dots, m-1$), and $m+1$ levels of smoothed data
(indexed $0,1,2,\dots{},m$).wd.object
. In the decomposition `extra' coefficients are generated that help take
care of the boundary effects, this database lists where these start and
finish, so the "true" data can be extracted.
See first.last
for more information.
wd
function
to represent a wavelet decomposition of a function.
Other functions also return a wd.object
"wd"
class of objects has methods for the following generic
functions:
plot
, threshold
, summary
, print
, draw
.accessC
and accessD
functions and put using
the putC
and putD
functions, rather than
by the $
operator.Mind you, if you want to muck about with coefficients directly,
then you'll have to do it yourself by working out what the fl.dbase
list means.
wd
for examples and background.