nullevels.wst | R Documentation |
Sets whole resolution levels of coefficients equal to zero in a wd
object.
## S3 method for class 'wst'
nullevels(wst, levelstonull, ...)
wst |
An object of class |
levelstonull |
An integer vector specifying which resolution levels of coefficients of |
... |
any other arguments |
Setting whole resolution levels of coefficients to zero can be very useful. For examples, one can construct a linear smoothing method by setting all coefficients above a particular resolution (the primary resolution equal to zero. Also setting particular levels equal to zero can also be useful for removing noise which is specific to a particular resolution level (as long as important signal is not also contained at that level).
To remove individual coefficients on a systematic basis you probably want to look at the threshold
function.
An object of class wst
where the coefficients in resolution levels specified by levelstonull
have been set to zero.
Version 3.8.1 Copyright Guy Nason 1997
G P Nason
nullevels
, wst
, wst.object
, threshold
.
#
# Look at the examples for \code{\link{nullevels.wd}}.
# The operation is almost identical except that \code{\link{wst}}
# objects are replaced by \code{\link{wd}} ones.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.