A multiwavelet postfilter turns a multivariate sequence into a univariate sequence. As such, the postfilter is used on the inverse transform, it is the inverse of an earlier used prefilter.
Not intended for direct user use.
mpostfilter(C, prefilter.type, filter.type,
nphi, npsi, ndecim, nlevels, verbose = FALSE)
The appropriate postfiltered data.
The multivariate sequence you wish to turn back into a univariate one using the inverse of an earlier prefilter operation.
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 father wavelets in the system
The number of mother wavelets in the system
The ndecim parameter (not apparently used here)
The number of levels in the multiwavelet transform
If TRUE then informative messages are printed as the function progresses
Tim Downie
Description says all
mprefilter
,mwd