mprefilter | R Documentation |
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)
data |
The univariate sequence that you wish to turn into a multivariate one |
prefilter.type |
Controls the type of prefilter (see Tim Downie's
PhD thesis, or references therein. Types include |
filter.type |
The type of multiwavelet: can be |
nlevels |
The number of levels in the multiwavelet transform |
nvecs.c |
Parameter obtained from the mfirst.last function related to the particular filters |
nphi |
The number of father wavelets in the system |
npsi |
The number of mother wavelets in the system |
ndecim |
The ndecim parameter (not apparently used here) |
verbose |
If TRUE then informative messages are printed as the function progresses |
Description says all
The appropriate prefiltered data.
Tim Downie
mpostfilter
,mwd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.