找回密码
 注册
查看: 446|回复: 0

R语言 wavethresh包 putpacket.wst()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 18:15:47 | 显示全部楼层 |阅读模式
putpacket.wst(wavethresh)
putpacket.wst()所属R语言包:wavethresh

                                        Put a packet of coefficients into a packet ordered non-decimated wavelet object (wst).
                                         把一包一包系数下令非抽取小波对象(WST)。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function inserts a packet of coefficients into a packet-ordered non-decimated wavelet object (wst) object. The wst objects are computed by the wst function amongst others.
此功能将一包系数的数据包排序,非抽取小波对象(wst)对象。 wst对象wst功能(其中包括)计算。


用法----------Usage----------


## S3 method for class 'wst':
putpacket(wst, level, index, packet, ...)



参数----------Arguments----------

参数:wst
Packet-ordered non-decimated wavelet object into which you wish to insert the packet.
分组有序非抽取小波的对象,在其中您想插入的数据包。


参数:level
The resolution level of the coefficients that you wish to insert.
分辨率级别,你要插入的系数。


参数:index
The index number within the resolution level of the packet of coefficients that you wish to insert.
该指数在分辨率级别的数据包,你要插入的系数。


参数:packet
A vector of coefficients that you wish to insert into the wst object. The length that the packet has to may be determined by extracting the same packet of coefficients using the getpacket.wst function and using the S-Plus length function to determine the length!
你想插入wst对象的矢量系数。长度,数据包有可能决定通过提取getpacket.wst使用函数的系数,并使用相同的数据包的长度,S-PLUS功能的长短来决定!


参数:...
any other arguments
任何其他参数


Details

详细信息----------Details----------

This function actually calls the putpacket.wp to do the insertion.
这个函数实际上调用putpacket.wp做插入。

In the future this function will be extended to insert father wavelet coefficients as well.
在未来,这将延长插入父亲的小波系数。


值----------Value----------

An object of class wst.object containing the packet ordered non-decimated wavelet coefficients that have been modified: i.e. with packet inserted.
类的一个对象wst.object包含包的有序非抽取小波系数的修改过的:即插入的数据包。


RELEASE----------RELEASE----------

Version 3.9 Copyright Guy Nason 1998
版本3.9版权所有1998年盖利晨


(作者)----------Author(s)----------


G P Nason



参见----------See Also----------

getpacket.wst, putpacket, putpacket.wp, wst, wst.object.
getpacket.wst,putpacket,putpacket.wp,wst,wst.object。


实例----------Examples----------


#[]
# Take the packet-ordered non-decimated transform of some random data [以分组排序的非锐减变换的一些随机数据]
#[]
MyWST <- wst(rnorm(1:512))
#[]
# The above data set was 2^9 in length. Therefore there are[上面的数据集是2 ^ 9的长度。因此有]
# coefficients at resolution levels 0, 1, 2, ..., and 8.[分辨率级别0,1,2,...,和8的系数。]
#[]
# The high resolution coefficients are at level 8.[高分辨率的系数是在8级。]
# There should be 256 coefficients at level 8 in index location 0 and 1.[应该有256个系数在8级索引位置0和1。]
#[]
length(getpacket(MyWST, level=8, index=0))
# [1] 256[[1] 256]
length(getpacket(MyWST, level=8, index=1))
# [1] 256[[1] 256]
#[]
# There should be 4 coefficients at resolution level 2[应该有4个系数的分辨率为2级]
#[]
getpacket(MyWST, level=2, index=0)
# [1] -0.92103095  0.70125471  0.07361174 -0.43467375[[1] -0.92103095 0.70125471 0.07361174 -0.43467375]
#[]
# O.k. Let's insert the packet containing the numbers 19,42,21,32[好吧。让我们插入的数据包中包含的数字19,42,21,32]
#[]
NewMyWST <- putpacket(MyWST, level=2, index=0, packet=c(19,42,31,32))
#[]
# Let's check that it put the numbers in correctly by reaccessing that[让我们来看看,它把正确的数字reaccessing,]
# packet...[包...]
#[]
getpacket(NewMyWST, level=2, index=0)
# [1] 19 42 31 32[[1] 19 42 31 32]
#[]
# Yep. It inserted the packet correctly.[是的。插入正确的数据包。]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-25 12:36 , Processed in 0.022791 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表