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

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

[复制链接]
发表于 2012-10-1 22:55:20 | 显示全部楼层 |阅读模式
wavMODWPT(wmtsa)
wavMODWPT()所属R语言包:wmtsa

                                        The maximal overlap discrete wavelet packet transform (MODWPT)
                                         最大重叠离散小波包变换(MODWPT)

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

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

Given j, n, t are the decomposition level, oscillation index, and time index, respectively, the MODWPT is given by
鉴于j, n, t是分解级,振荡指数,和时间索引,分别由下式给出,MODWPT

The variable L is the length of the filters defined by
变量L的长度定义的过滤器

where g and h are the scaling filter and wavelet filter, respectively. By definition, W(0,0,t)=X(t) where
g和h尺度滤波器和小波滤波器,分别。根据定义,W(0,0,t)=X(t)在哪儿


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


    position=list(from=1,by=1,units=character()), units=character(),



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

参数:x
a vector containing a uniformly-sampled real-valued time series.
一个向量,包含均匀采样的实值的时间序列。


参数:documentation
a character string used to describe the input data. Default: character().
一个字符串用来描述输入data。默认值:character()。


参数:n.levels
the number of decomposition levels. Default: as.integer(floor(logb(length(x),base=2))).
的分解级别的数目。默认值:as.integer(floor(logb(length(x),base=2)))。


参数:position
a list containing the arguments from, by and to which describe the position(s) of the input data. All position arguments need not be specified as missing members will be filled in by their default values. Default: list(from=1, by=1, units=character()).
list包含的参数from, by和to描述的位置(S)输入data。所有的位置参数需要被指定为缺少的成员将被填充,它们的默认值。默认值:list(from=1, by=1, units=character())。


参数:title.data
a character string representing the name of the input data. Default: character().
一个字符串代表名称的输入data。默认值:character()。


参数:units
a string denoting the units of the time series. Default: character() (no units).
一个字符串,表示的时间序列的单位。默认值:character()(无单位)。


参数:wavelet
a character string denoting the filter type. See wavDaubechies for details. Default: "s8".
一个字符串,表示过滤器的类型。见wavDaubechies的详细信息。默认值:"s8"。


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

an object of class wavTransform.
对象类wavTransform。


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

D. B. Percival and  A. T. Walden, Wavelet Methods for Time Series Analysis, Cambridge University Press, 2000.

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


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


## calculate the MODWPT of sunspots series out to [#计算的太阳黑子系列MODWPT]
## 3 levels using Daubechies least asymmetric [#3级使用的Daubechies至少不对称的]
## 8-tap filter set [#8抽头的滤波器组]
z <- wavMODWPT(sunspots, wavelet="s8", n.levels=3)

## plot the transform [#绘制的转换。]
plot(z)

## summarize the transform [#总结的变换。]
summary(z)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 23:33 , Processed in 0.029325 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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