wt.filter-class(wavelets)
wt.filter-class()所属R语言包:wavelets
Wavelet Transform Filter Object
小波变换滤波器的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An S4 object containing wavelet transform filter information.
S4对象,包含小波变换过滤信息。
插槽----------Slots----------
L An integer representing the length of the wavelet and scaling
●一个整数代表小波和缩放的长度
level An integer representing the level of the wavelet filter.
level一个整数,表示的小波滤波器的电平。
h A numeric vector of wavelet filter coefficients.
小时数字向量小波滤波器系数。
g A numeric vector of scaling filter coefficients.
G是数字矢量缩放滤波器系数。
wt.class A character string indicating the class of the wavelet transform filter. Possible values are "Daubechies", "Least Asymetric", "Best Localized", and "Coiflet". If the wt.filter object is generated from a numeric vector of wavelet coefficients, wt.class is
wt.class一个字符串表示的小波变换过滤器的类。可能的值是"Daubechies","Least Asymetric","Best Localized"和"Coiflet"。如果wt.filter对象产生一个数值向量的小波系数,wt.class是
wt.name A character string indicating the name of the wavlet filter as listed in the Details section, above. If the wt.filter object is generated from a numeric vector of
wt.name一个字符串的名字列在上面的“详细资料”节,的wavlet过滤器。 ,如果wt.filter对象产生的一个数字向量
transform A character string indicating whether the resulting wavelet transform object contains DWT or MODWT coefficients. Possible
转换一个字符串,指示是否得到小波变换对象包含DWT或MODWT系数,。可能
注意----------Note----------
The notation h and g for wavelet and scaling coefficients, respectively, follows Percival and Walden (2000). In other texts and articles the reverse notation is often adopted.
的符号h和g小波和尺度系数,分别如下波斯富街和Walden(2000年)。在其他的文本和文章中,通常采用反向符号。
(作者)----------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。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|