phase.shift(waveslim)
phase.shift()所属R语言包:waveslim
Phase Shift Wavelet Coefficients
相移小波系数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Wavelet coefficients are circularly shifted by the amount of phase shift induced by the wavelet transform.
小波系数进行循环移位所引起的相移量通过小波变换的。
用法----------Usage----------
phase.shift.packet(z, wf, inv = FALSE)
参数----------Arguments----------
参数:z
DWT object
DWT对象
参数:wf
character string; wavelet filter used in DWT
字符串;小波滤波器用于DWT
参数:inv
Boolean variable; if inv=TRUE then the inverse phase shift is applied
布尔变量,如果inv=TRUE然后的逆相移,应用
Details
详细信息----------Details----------
The center-of-energy argument of Hess-Nielsen and Wickerhauser (1996) is used to provide a flexible way to circularly shift wavelet coefficients regardless of the wavelet filter used. The results are not identical to those used by Percival and Walden (2000), but are more flexible.
赫斯-Nielsen和Wickerhauser的(1996)的中心能量参数是用来提供一种灵活的方式,循环移位小波系数,而不管所使用的小波滤波器。波斯富街和Walden(2000)所使用的结果是不相同的,但更灵活。
phase.shift.packet is not yet implemented fully.
phase.shift.packet尚未全面实施。
值----------Value----------
DWT (DWPT) object with coefficients circularly shifted.
DWT系数(DWPT)对象与循环移位。
(作者)----------Author(s)----------
B. Whitcher
参考文献----------References----------
Wavelets and time-frequency analysis, Proceedings of the IEEE, 84, No. 4, 523-540.
Wavelet Methods for Time Series Analysis, Cambridge University Press.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|