mpostfilter(wavethresh)
mpostfilter()所属R语言包:wavethresh
Multiwavelet postfilter
多小波变换后置
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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.
不打算供用户直接使用。
用法----------Usage----------
mpostfilter(C, prefilter.type, filter.type,
nphi, npsi, ndecim, nlevels, verbose = FALSE)
参数----------Arguments----------
参数:C
The multivariate sequence you wish to turn back into a univariate one using the inverse of an earlier prefilter operation.
你想变回单变量使用较早的预过滤器操作的逆多元序列。
参数: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
参数: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参数(在这里没有明显的)
参数:nlevels
The number of levels in the multiwavelet transform
多小波变换的数量水平
参数:verbose
If TRUE then informative messages are printed as the function progresses
如果TRUE,则信息性消息的功能进行打印
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
The appropriate postfiltered data.
适当的postfiltered数据。
(作者)----------Author(s)----------
Tim Downie
参见----------See Also----------
mprefilter,mwd
mprefilter,mwd
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|