wt.filter(filter="la8", modwt=FALSE)wt.filter, which is an S4 object
with slots"Daubechies",
"Least Asymetric", "Best Localized", and
"Coiflet". If the wt.filter object is generated from a
numeric vector of wavelet coefficients, wt.class is
"none".wt.filter object is generated from a numeric vector of
wavelet coefficients, wt.name is "none"."dwt" and "modwt".d, la, bl and c,
respectively. Following the prefix, the filter name consists of an
integer indicating length. Supported lengths are as follows:
[object Object],[object Object],[object Object],[object Object]
Thus, to obtain the Daubechies wavelet transform filter of length 4,
the character string "d4" can be passed to
wt.filter.
This naming convention has one exception: the Daubechies wavelet
transform filter of length 2 is denoted by haar instead of
d2.wt.filter.qmf,
dwt,
modwt.wt.filter("la14")
wt.filter(1:10, modwt=TRUE)Run the code above in your browser using DataLab