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

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

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

                                         Find Circular Shift of DWT Wavelet Coefficients
                                         循环移位DWT小波系数

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

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

Finds circular shift of DWT wavelet coefficients at a specified level, for a specified filter length.
查找循环移位DWT小波系数在指定的范围,在指定的过滤器的长度。


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


waveletshift.dwt(L, j, N = NULL)



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

参数:L
Length of wavelet transform filter used.
小波变换过滤器的长度。


参数:j
Level of DWT wavelet coefficients to be shifted.
DWT小波系数的水平转移。


参数:N
Length of original time series sample.
原始时间序列样本的长度。


Details

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

This function computes the circular shift associated with a wavelet transform filter of length L and level j. L must be of even length.
此函数计算循环移位与小波变换过滤器的长度L的j。 L必须是偶数长度。

Each coefficient's index will be circularly shifted forward by the value outputted. For example, if we have a vector of DWT wavelet coefficients (with NAs inserted) with indices 1,2,3,4,5,6,7,8 and the value outputted from the function waveletshift.dwt is 2, the new order of the vector of aligned DWT wavelet coefficients would be 7,8,1,2,3,4,5,6.
每个系数的索引将被循环移位的输出值。例如,如果我们有一个向量DWT小波系数(使用NAS插入)1,2,3,4,5,6,7,8,输出从的功能waveletshift.dwt中的价值与指数为2,对齐DWT小波系数的矢量新秩序将是7,8,1,2,3,4,5,6。

If N is specified, the function will output the "shift" Modulo N. Because the shift is circular, the value outputted when N is specified is equivalent to the case when N is not specified.
如果N指定,该函数将输出“移位”模N.因为是圆形的转变,N被指定时,输出的值是相当于没有指定的情况下,当N。

This function calculates the absolute value of vjG in formulas (114c) in Wavelet Methods for Time Series Analysis by Percival and Walden (2000). (And optionally vjG Modulo N)
此函数计算绝对值vjG在式(114C)在波斯富街和Walden(2000年)的时间序列分析的小波方法。 (任选vjG模n的)


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


参数:shift
Circular shift for specified level of DWT wavelet coefficients for a specified filter length.
指定级别的DWT小波系数为指定的过滤器长度的循环移位。


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



Kelvin Ma, kkym@u.washington.edu




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

Series Analysis, Cambridge University Press.  

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

scalingshift.dwt and plot.dwt
scalingshift.dwt和plot.dwt


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


# Finding the circular shift for a wavelet transform filter of length 8,[寻找循环移位小波变换滤波器的长度为8,]
# pertaining to DWT Wavelet Coefficients of level 5.[有关DWT 5级的小波系数。]
waveletshift.dwt(8, 5)

# If the sample size of the original time series is of length 1024.[如果样本大小的原始时间序列的长度为1024。]
waveletshift.dwt(8, 5, N = 1024)

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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