wt.filter.equivalent(wavelets)
wt.filter.equivalent()所属R语言包:wavelets
Equivalent Wavelet Transform Filter
相当于小波变换滤波器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates an equivalent filter for a specified wavelet transform filter and level..
生成指定的小波变换过滤器的等效滤波器和水平..
用法----------Usage----------
wt.filter.equivalent(wt.filter, J)
参数----------Arguments----------
参数:wt.filter
A wt.filter object.
Awt.filter对象。
参数:J
Level of equivalent filter to compute.
计算等效滤波器的水平。
Details
详细信息----------Details----------
A wavelet transform of level j can be computed by iterating the pyramid algorithm j times with a level 1 wavelet filter, or by simply implementing the pyramid once with the level j equivalent filter. The equivalent filter is obtained by iteratively filtering the level 1 wavelet filter and scaling filters with upsampled versions of themselves. For details regarding the computation, see Percival and Walden (2000), eqs. 95e and 96e.
一种基于小波变换的水平j可以通过遍历一个1级的小波滤波器金字塔算法j倍计算,或通过简单的执行水平j等效滤波器金字塔的一次。相当于过滤器是通过反复过滤1级小波滤波器和尺度滤波器上采样自己的版本。有关计算的详细信息,请参阅波斯富街和Walden(2000年),均衡器。 95E和96E。
值----------Value----------
Returns the original wt.filter object with modifications made to the wavelet and scaling filter coefficients, filter length and filter level.
返回原始的wt.filter对象小波和尺度滤波器系数,滤波器长度和过滤级别所做的修改。
(作者)----------Author(s)----------
Eric Aldrich. ealdrich@gmail.com.
参考文献----------References----------
Series Analysis, Cambridge University Press.
参见----------See Also----------
wt.filter.
wt.filter。
实例----------Examples----------
wf <- wt.filter("la14")
wt.filter.equivalent(wf, 3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|