A multiwavelet prefilter turns a univariate sequence into a bivariate
(in this case) sequence suitable for processing by a multiwavelet
transform, such as mwd
. As such, the prefilter is used
on the forward transform.
Not intended for direct user use.
mprefilter(data, prefilter.type, filter.type, nlevels, nvecs.c,
nphi, npsi, ndecim, verbose = FALSE)
The appropriate prefiltered data.
The univariate sequence that you wish to turn into a multivariate one
Controls the type of prefilter (see Tim Downie's
PhD thesis, or references therein. Types include Minimal
,
Identity
, Repeat
, Interp
, default
,
Xia
, Roach1
, Roach3
, Donovan3
or
Linear
The type of multiwavelet: can be Geronimo
or Donovan3
The number of levels in the multiwavelet transform
Parameter obtained from the mfirst.last function related to the particular filters
The number of father wavelets in the system
The number of mother wavelets in the system
The ndecim parameter (not apparently used here)
If TRUE then informative messages are printed as the function progresses
Tim Downie
Description says all
mpostfilter
,mwd