wavIndex(wmtsa)
wavIndex()所属R语言包:wmtsa
Boundary and interior wavelet coefficient identification
边界和内部的小波系数识别
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The boundary wavelet and scaling coefficients are those subject to circular filtering operations. This function returns the range of indices which span the interior (or nonboundary) wavelet and scaling coefficients. If approximate zero phase filters are used in the wavelet trsnsform input then the shift
边界小波和尺度系数是那些受循环过滤操作。这个函数返回的范围跨越内部(或nonboundary)的小波和缩放系数的指标。如果用于在小波trsnsform的输入,然后移位近似零相位滤波器
用法----------Usage----------
wavIndex(x)
参数----------Arguments----------
参数:x
an object of class wavTransform or wavBoundary. The transform type must be a DWT or MODWT.
对象的类wavTransform或wavBoundary。变换类型必须是一个DWT或MODWT的。
值----------Value----------
a list the indices locating the interior and boundary coefficients as well as the the zero phase shift factors need for each level of the transform.
的列表的索引定位的内部和边界系数以及零相移因子需要的每一级的变换。
参考文献----------References----------
D. B. Percival and A. T. Walden, Wavelet Methods for Time Series Analysis, Cambridge University Press, 2000.
参见----------See Also----------
实例----------Examples----------
## calculate the coefficient indices for a MODWT [请的MODWT计算系数指数]
## of a simple time series [#一个简单的时间序列]
wavIndex(wavMODWT(1:8, wavelet="s8"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|