putpacket(wavethresh)
putpacket()所属R语言包:wavethresh
Insert a packet of coefficients into a wavelet object.
系数中插入一个数据包到一个小波对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function inserts packets of coefficients into various types of wavelet objects.
这个通用函数将数据包系数成小波的对象的不同类型的。
This function is generic.
此功能是通用的。
Particular methods exist. For objects of class:
存在的特殊方法。对于类的对象:
wpuse the putpacket.wp method.
wpuse putpacket.wp方法。
wstuse the putpacket.wst method.
wstuse putpacket.wst方法。
wst2Duse the putpacket.wst2D method.
wst2Duse putpacket.wst2D方法。
See individual method help pages for operation and examples.
操作和示例,请参阅单独的方法帮助页。
Use the putC and putD function to insert whole resolution levels of coefficients simultaneously.
使用putC和putD功能,同时插入全分辨率级别系数。
用法----------Usage----------
putpacket(...)
参数----------Arguments----------
参数:...
See individual help pages for details.
的详细信息,请参阅单独的帮助页面。
值----------Value----------
A wavelet object of the same class as x the input object. The returned wavelet object is the same as the input except that the appropriate packet of coefficients supplied is replaced.
小波x输入对象相同的类的对象。返回的小波对象是相同的输入提供的系数的相应的数据包不同的是被替换。
RELEASE----------RELEASE----------
Version 3.5.3 Copyright Guy Nason 1994
版本3.5.3版权盖利晨1994年
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
putpacket.wp, putpacket.wst, putpacket.wst2D, putD, putC, wp.object, wst.object, wst2D.object.
putpacket.wp,putpacket.wst,putpacket.wst2D,putD,putC,wp.object,wst.object,wst2D.object。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|