wd wavelet decomposition object.
The pyramid of coefficients in a wavelet decomposition (returned from the wd function, say) are packed into a single vector in WaveThresh.## S3 method for class 'wd':
accessD(wd, level, boundary=FALSE, aspect="Identity", \dots)fl.dbase component of an wd object, in particular the array
fl.dbase$first.last.dwhich gives a complete specification of index numbers and offsets for
wd.object$D.
Note that this function is a method for the generic function accessD.
Note also that this function only retrieves information from wd class objects. To insert coefficients into wd objects you have to use the putD function (or more precisely, the putD.wd method).
Nason, G. P. and Silverman, B. W. (1994). The discrete wavelet transform in S. Journal of Computational and Graphical Statistics, 3, 163--191
wr, wd, accessD, filter.select, threshold#
# Get the 4th resolution level of wavelet coefficients.
#
dat <- rnorm(128)
accessD(wd(dat), level=4)Run the code above in your browser using DataLab