modwt-class(wavelets)
modwt-class()所属R语言包:wavelets
Maximal Overlap Discrete Wavelet Transform Object
最大重叠离散小波变换对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An S4 object containing maximal overlap discrete wavelet transform information.
一个S4对象,其中包含最大重叠离散小波变换的信息。
插槽----------Slots----------
W A list with element i comprised of a matrix containing
WA列表元素i组成的一个矩阵包含
V A list with element i comprised of a matrix containing
VA列表元素i组成的一个矩阵包含
filter A wt.filter object containing information for the filter used in the decomposition. See help(wt.filter) for
过滤器Awt.filter对象,其中包含的信息使用的过滤器的分解。见help(wt.filter)
level An integer value representing the level of wavelet
平整数值,表示小波
n.boundary A numeric vector indicating the number of boundary
n.boundary一个数值向量的数量边界
boundary A character string indicating the boundary method used
边界的一个字符串表示的边界方法
series The original time series, X, in matrix format.
系列原始时间序列,X,以矩阵格式。
class.X A character string indicating the class of the input series. Possible values are "ts", "mts",
class.XA字符串表示的输入序列的类。可能的值是"ts","mts"
attr.X A list containing the attributes information of the original time series, X. This is useful if X is an object of class ts or mts and it is desired to retain relevant time information. If the original time series, X, is
attr.XA列表,其中包含的属性信息的原始时间序列,X。 ,这是非常有用的,如果X是类的一个对象ts或mts“,它希望保留相应的时间信息。如果原来的时间序列,X,
aligned A logical value indicating whether the wavelet and scaling coefficients have been phase shifted so as to be aligned with relevant time information from the original series. The value of this slot is initially FALSE and can only be changed to TRUE via
对准一个逻辑值,指示是否小波和缩放系数相移,从而与相关的时间信息从原始的系列。该插槽是最初的值FALSE,并且只能通过更改为TRUE
coe A logical value indicating whether the center of energy method was used in phase alignement of the wavelet and scaling coefficients. By default, this value is FALSE (and will always be FALSE when aligned is FALSE) and will be set to true if the modwt object is phase shifted via the align function
COE的逻辑值,该值指示是否在相alignement小波和缩放系数使用中心的能源法。默认情况下,这个值是FALSE(将永远是虚假的,当aligned是FALSE)将被设置为真正的,如果modwt对象是通过align函数的相移
(作者)----------Author(s)----------
Eric Aldrich. ealdrich@gmail.com.
参考文献----------References----------
参见----------See Also----------
dwt, dwt-class, modwt, wt.filter.
dwt,dwt-class,modwt,wt.filter。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|