wd
They represent a decomposition of a function with respect to a wavelet basis (or tight frame in the case of the (time-ordered) non-decimated wavelet decomposition).
fl.dbase$first.last.c
determines exactly where each level is stored in the vector. Likewise, coefficients stored when the NDWT has been used should only be extracted using the ``access'' and ``put'' functions below.fl.dbase$first.last.d
Likewise, coefficients stored when the NDWT has been used should only be extracted using the ``access'' and ``put'' functions below.
first.last
for more information.wd
function to represent a (possibly time-ordered non-decimated) wavelet decomposition of a function. Many other functions return an object of class wd.plot
, threshold
, summary
, print
, code{draw}.accessC
and accessD
functions and inserted using the putC
and putD
functions (or more likely, their methods), 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 (see first.last
for a description.)
Note the time-ordered non-decimated wavelet transform used to be called the stationary wavelet transform. In fact, the non-decimated transform has several possible names and has been reinvented many times. There are two versions of the non-decimated transform: the coefficients are the same in each version just ordered differently within a resolution level. The two transforms are wd
() with an argumenttype="station"
computes thetime-orderednon-decimated transform (see Nason and Silverman, 1995) which is useful in time-series applications (see e.g. Nason, von Sachs and Kroisandt, 1998).wst
() computes the packets ordered non-decimated transform is useful for curve estimation type applications (see e.g. Coifman and Donoho, 1995).wd
, wst