wr3D(wavethresh)
wr3D()所属R语言包:wavethresh
Inverse DWT for 3D DWT object.
3D DWT对象的逆DWT。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Performs the inverse DWT for wd3D.object, i.e. 3D DWT objects.
wd3D.object,即3D DWT对象进行反DWT。
用法----------Usage----------
wr3D(obj)
参数----------Arguments----------
参数:obj
A wd3D.object 3D DWT object as returned by wd3D.
Awd3D.object3D DWT对象返回的wd3D。
Details
详细信息----------Details----------
The code implements a 3D version of Mallat's inverse pyramid algorithm.
Mallat的倒金字塔算法的代码实现了3D版本。
值----------Value----------
A 3D array containing the inverse 3D DWT of obj.
一个三维数组,包含obj的逆3D DWT。
RELEASE----------RELEASE----------
Version 3.9.6 Copyright Guy Nason 1997
版本3.9.6版权所有1997年盖利晨
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
wr, accessD.wd3D, print.wd3D, putD.wd3D, putDwd3Dcheck, summary.wd3D, threshold.wd3D, wd3D, wd3D.object.
wr,accessD.wd3D,print.wd3D,putD.wd3D,putDwd3Dcheck,summary.wd3D,threshold.wd3D,wd3D,wd3D.object。
实例----------Examples----------
#[]
# Now let's take the object generated by the last stage in the EXAMPLES[现在,让我们的最后阶段所产生的对象的例子]
# section of threshold.wd3D and invert it![部分的threshold.wd3D和反转!]
#[]
#testwr <- wr3D(testwd3DT)[testwr < - wr3D(testwd3DT)]
#[]
# You'll find that testwr is an array of dimension 8x8x8![你会发现,testwr是一个数组的维数为8x8x8!]
#[]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|