nullevels.wst(wavethresh)
nullevels.wst()所属R语言包:wavethresh
Sets whole resolution levels of coefficients equal to zero in a wst object.
设定全分辨率级别的系数等于零,在WST对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sets whole resolution levels of coefficients equal to zero in a wd object.
设置整个分辨率级别的系数等于零wd对象。
用法----------Usage----------
## S3 method for class 'wst':
nullevels(wst, levelstonull, ...)
参数----------Arguments----------
参数:wst
An object of class wst.
对象的类wst。
参数:levelstonull
An integer vector specifying which resolution levels of coefficients of wst that you wish to set to zero.
指定一个整数向量分辨率级别系数的wst,你想设置为零。
参数:...
any other arguments
任何其他参数
Details
详细信息----------Details----------
Setting whole resolution levels of coefficients to zero can be very useful. For examples, one can construct a linear smoothing method by setting all coefficients above a particular resolution (the primary resolution equal to zero. Also setting particular levels equal to zero can also be useful for removing noise which is specific to a particular resolution level (as long as important signal is not also contained at that level).
整个的分辨率级别的系数设置为零,可以是非常有用的。对于实施例中,一个可以构造一个线性平滑方法还设置特殊的等于零的水平,也可以是用于去除噪声,这是特定于一个特定的分辨率等级(如,通过设置特定的分辨率以上的所有系数(主分辨率等于零。作为重要的信号是不是也包含在这一水平)。
To remove individual coefficients on a systematic basis you probably want to look at the threshold function.
要删除单个系数有系统的基础,你可能想看看threshold功能。
值----------Value----------
An object of class wst where the coefficients in resolution levels specified by levelstonull have been set to zero.
类的一个对象wst其中指定的levelstonull分辨率级别中的系数被设为零。
RELEASE----------RELEASE----------
Version 3.8.1 Copyright Guy Nason 1997
版本3.8.1版权所有1997年盖利晨
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
nullevels, wst, wst.object, threshold.
nullevels,wst,wst.object,threshold。
实例----------Examples----------
#[]
# Look at the examples for \code{\link{nullevels.wd}}.[看看\代码\ {nullevels.wd}}例子。]
# The operation is almost identical except that \code{\link{wst}}[操作几乎是相同的,除了该\代码{\的的链接{WST}}]
# objects are replaced by \code{\link{wd}} ones. [对象被替换\代码{\的链接{WD}}的。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|