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

R语言 wavelets包 imodwt()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 16:57:54 | 显示全部楼层 |阅读模式
imodwt(wavelets)
imodwt()所属R语言包:wavelets

                                         Inverse Maximal Overlap Discrete Wavelet Transform
                                         反最大重叠离散小波变换

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

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

Computes the inverse maximal overlap discrete wavelet transform for a maximal overlap discrete wavelet transform that was obtained from a univariate or multivariate time series.
计算的最大重叠离散小波变换,从单变量和多变量时间序列的逆的最大重叠离散小波变换。


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


imodwt(wt, fast=TRUE)



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

参数:wt
A modwt object.
Amodwt对象。


参数:fast
A logical flag which, if true, indicates that the inverse pyramid algorithm is computed with an internal C function. Otherwise, only R code is used in all computations.
一个逻辑标志,如果为true,表示倒金字塔算法计算与内部C函数。否则,只有R代码是用在所有的计算。


Details

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

The inverse discrete wavelet transform is computed via the inverse pyramid algorithm, using pseudocode written by Percival and
通过金字塔逆算法的逆离散小波变换的计算,使用伪代码填写波斯富街


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

An object with class and attributes equivalent to the original series that was used to compute the MODWT.  In general, the output will be equivalent to the original series (i.e. X = imodwt(modwt(X))), however when thresholding or shrinkage methods are used on the modwt object, the output of imodwt may differ from the original series.
一个对象,类和属性相当于被用来计算的MODWT,原始的系列。在一般情况下,输出将是等同于原始的系列(即X = imodwt(modwt(X))),然而,当阈值或收缩的方法上使用modwt对象,输出imodwt从原始的系列可能会有所不同。


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


Eric Aldrich. ealdrich@gmail.com.



参考文献----------References----------



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

dwt, modwt, idwt.
dwt,modwt,idwt。


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


# obtain the two series listed in Percival and Walden (2000), page 42[获得这两个系列在波斯富街和Walden(2000)上市,第42页]
X1 <- c(.2,-.4,-.6,-.5,-.8,-.4,-.9,0,-.2,.1,-.1,.1,.7,.9,0,.3)
X2 <- c(.2,-.4,-.6,-.5,-.8,-.4,-.9,0,-.2,.1,-.1,.1,-.7,.9,0,.3)

# combine them and compute MODWT[它们结合在一起,计算MODWT]
newX <- cbind(X1,X2)
wt <- modwt(newX, n.levels=3, boundary="reflection")

# compute the inverse MODWT[计算逆MODWT]
invX <- imodwt(wt)

# compare[比较]
newX
invX

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 19:45 , Processed in 0.019665 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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