wt.filter.qmf(wavelets)
wt.filter.qmf()所属R语言包:wavelets
Quadrature Mirror Filter
正交镜象滤波器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the quadrature mirror filter of a series of even length.
计算偶数长度的一系列正交镜像滤波器。
用法----------Usage----------
wt.filter.qmf(x, inverse=FALSE)
参数----------Arguments----------
参数:x
A numeric vector of even length
甚至一个数值向量的长度
参数:inverse
A logical flag indicating whether to compute the inverse quadrature mirror filter.
一个逻辑标志,表示是否计算的逆正交镜像滤波器。
Details
详细信息----------Details----------
The quadrature mirror filter is computed as outlined in Percival and Walden, page 75. Specifically, the forward QMF makes use of a wavelet filter to obtain a scaling filter and the inverse QMF
正交镜像滤波器的计算中所概述波斯富街和Walden,第75页。具体而言,正向QMF使得小波滤波器的使用,以获得缩放滤波器和逆的QMF
值----------Value----------
A numeric vector which contains the values of x in reverse order, with the values of the resulting vector at even indices being negated in the case that inverse=FALSE and the values at odd indices being negated in the case that inverse=TRUE.
其中包含的值的数值向量x以相反的顺序,inverse=FALSE和在奇数指标的值被否定的情况下,与所得到的矢量的值在被否定的情况下,即使指数inverse=TRUE。
(作者)----------Author(s)----------
Eric Aldrich. ealdrich@gmail.com.
参考文献----------References----------
for Time Series Analysis, Cambridge University Press.
参见----------See Also----------
wt.filter.qmf, dwt, modwt.
wt.filter.qmf,dwt,modwt。
实例----------Examples----------
# obtain both the la8 wavelet and scaling filters[同时获得LA8小波和尺度滤波器]
la8 <- wt.filter("la8")
# now compare output of qmf with values in wt.filter object[现在比较输出与值在wt.filter对象的QMF]
wt.filter.qmf(la8@h)
la8@g
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|