mprefilter(wavethresh)
mprefilter()所属R语言包:wavethresh
Multiwavelet prefilter
多小波预过滤器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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.
一个多小波预过滤器将单变量序列,成二元序列(在这种情况下)适用于处理由多小波变换,如mwd。因此,该预过滤器上的正向变换使用。
Not intended for direct user use.
不打算供用户直接使用。
用法----------Usage----------
mprefilter(data, prefilter.type, filter.type, nlevels, nvecs.c,
nphi, npsi, ndecim, verbose = FALSE)
参数----------Arguments----------
参数: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 Minimal, Identity, Repeat, Interp, default, Xia, Roach1, Roach3, Donovan3 or Linear
控制型前置过滤器(看到蒂姆·唐尼的博士论文,或引用类型包括Minimal,Identity,Repeat,Interp,default,<所述>,Xia,Roach1,Roach3或Donovan3
参数:filter.type
The type of multiwavelet: can be Geronimo or Donovan3
多小波的类型:可以是Geronimo或Donovan3
参数:nlevels
The number of levels in the multiwavelet transform
多小波变换的数量水平
参数:nvecs.c
Parameter obtained from the mfirst.last function related to the particular filters
从mfirst.last有关的特定的过滤器的功能得到的参数
参数: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)
ndecim参数(在这里没有明显的)
参数:verbose
If TRUE then informative messages are printed as the function progresses
如果TRUE,则信息性消息的功能进行打印
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
The appropriate prefiltered data.
适当的预过滤数据。
(作者)----------Author(s)----------
Tim Downie
参见----------See Also----------
mpostfilter,mwd
mpostfilter,mwd
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|