wavBoundary(wmtsa)
wavBoundary()所属R语言包:wmtsa
Wavelet transform boundary coefficent identification
小波变换的边界衡准识别
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A wavelet transform boundary coefficient is one subject to circular filter operations (or other boundary treatments). Conversely, the interior transform coefficients are those that are not affected by the imposed boundary treatment. The wavBoundary function separates the boundary coefficients from the interior
的小波变换的边界系数是一个主题为圆形过滤器的操作(或其他边界处理)。相反,内部的变换系数是那些不会受到所施加的边界处理。 wavBoundary功能分离系数从内部边界
用法----------Usage----------
wavBoundary(x)
参数----------Arguments----------
参数:x
a DWT or MODWT transform object with class wavTransform.
一个DWT或MODWT变换对象类wavTransform。
值----------Value----------
an object of class wavBoundary.
对象类wavBoundary。
参考文献----------References----------
D. B. Percival and A. T. Walden, Wavelet Methods for Time Series Analysis, Cambridge University Press, 2000.
I. Daubechies, Orthonormal Bases of Compactly Supported Wavelets, Communications on Pure and, Applied Mathematics, 41, 909–96.
参见----------See Also----------
实例----------Examples----------
## calculate the MODWT of the sunspots series [#计算的MODWT的太阳黑子系列]
W <- wavMODWT(sunspots)
## identify the boundary coefficients [确定了边界系数]
z <- wavBoundary(W)
## plot the results [#绘制的结果。]
plot(wavShift(z))
## obtain a summary [#得到的摘要]
summary(z)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|