convert.wd(wavethresh)
convert.wd()所属R语言包:wavethresh
Convert a non-decimated wd object into a wst object.
非锐减WD对象转换成WST的对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
用法----------Usage----------
## S3 method for class 'wd':
convert(wd, ...)
参数----------Arguments----------
参数:wd
The wd class object that you wish to convert.
wd类对象,你想转换。
参数:...
any other arguments
任何其他参数
Details
详细信息----------Details----------
In WaveThresh3 a non-decimated wavelet transform can be ordered in two different ways: as a time-ordered or packet-ordered representation. The coefficients in the two objects are exactly the same it is just their internal representation and ordering which is different. The two different representations are useful in different situations. The packet-ordering is useful for curve estimation applications and the time-ordering is useful for time series applications.
非抽取小波变换在WaveThresh3可以下令在两种不同的方式:作为一个时间排序或分组有序的代表性。两个对象中的系数是完全一样的,只是他们的内部表示和排序是不同的。在不同的情况下,这两种不同的表示形式是有用的。数据包的顺序是用于曲线估计应用,并为时间序列的应用的时间顺序是非常有用的。
See Nason, Sapatinas and Sawczenko, 1998 for further details on ordering and weaving.
订购和编织的进一步详情,请参阅利晨,Sapatinas和Sawczenko的,1998年。
Note that the input object must be of the non-decimated type. In other words the type component of the input object must BE "station". Once the input object has been converted the output can be used with any of the functions suitable for the wst.object.
请注意,在输入对象的的非抽取的类型必须。换句话说,类型组件的输入对象必须是“station”。一旦已被转换的输入对象的输出可用于与任何适合wst.object的功能。
The getarrvec function actually computes the permutation to weave coefficients from one ordering to another.
getarrvec功能其实从订货到另一个织系数计算排列。
值----------Value----------
An object of class wst containing exactly the same information as the input object but ordered differently as a packet-ordered object.
类的一个对象wst包含完全相同的信息的输入对象,但命令数据包的排序的对象不同。
RELEASE----------RELEASE----------
Version 3.6 Copyright Guy Nason 1997
版本3.6版权所有1997年盖利晨
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
convert, getarrvec, levarr, wd, wd.object, wst, wst.object.
convert,getarrvec,levarr,wd,wd.object,wst,wst.object。
实例----------Examples----------
#[]
# Generate a sequence of 32 random normals (say) and take their[生成一个序列的32个随机法线(说),并采取]
# \code{time-ordered non-decimated wavelet transform}[\代码时间排序非抽取小波变换}]
#[]
myrand <- wd(rnorm(32), type="station")
#[]
# Print out the result (to verify the class and type of the object)[打印出来的结果(以验证类和类型的对象)]
#[]
#myrand[myrand]
#Class 'wd' : Discrete Wavelet Transform Object:[“WD类:离散小波变换对象:]
# ~~ : List with 8 components with names[~~:8组件名称列表]
# C D nlevels fl.dbase filter type bc date [C D NLEVELS fl.dbase过滤器类型BC日期]
#[]
#$ C and $ D are LONG coefficient vectors ![$ C $ D LONG系数向量!]
#[]
#Created on : Tue Sep 29 12:17:53 1998 [创建于:周二9月29日12时17分53秒1998年]
#Type of decomposition: station [站分解:]
#[]
#summary(.):[概要(。):]
#----------[----------]
#Levels: 5 [级别:5]
#Length of original: 32 [原来的长度:32]
#Filter was: Daub cmpct on least asymm N=10 [过滤器是:涂抹上至少cmpct非对称N = 10]
#Boundary handling: periodic [边界处理:定期]
#Transform type: station [变换类型:站]
#Date: Tue Sep 29 12:17:53 1998 [日期:星期二9月29日12时17分五十三秒1998年]
#[]
# Yep, the myrand object is of class: \code{\link{wd.object}}.[没错,myrand的对象是类:\代码{\的链接{wd.object}}。]
#[]
# Now let's convert it to class \code{\link{wst}}. The object[现在,让我们将其转换为类\代码\ {WST}}。对象]
# gets returned and, as usual in S, is printed.[传回,像往常一样在S中,印。]
#[]
convert(myrand)
#Class 'wst' : Stationary Wavelet Transform Object:[“WST类:固定小波变换对象:]
# ~~~ : List with 5 components with names[~~~:5组件的名字列表]
# wp Carray nlevels filter date [WP的CARRAY NLEVELS过滤器日期]
#[]
#$wp and $Carray are the coefficient matrices[$ wp和CARRAY的系数矩阵]
#[]
#Created on : Tue Sep 29 12:17:53 1998 [创建于:周二9月29日12时17分53秒1998年]
#[]
#summary(.):[概要(。):]
#----------[----------]
#Levels: 5 [级别:5]
#Length of original: 32 [原来的长度:32]
#Filter was: Daub cmpct on least asymm N=10 [过滤器是:涂抹上至少cmpct非对称N = 10]
#Date: Tue Sep 29 12:17:53 1998 [日期:星期二9月29日12时17分五十三秒1998年]
#[]
# Yes. The returned object is of class \code{\link{wst.object}}.[是。返回的对象是的类\代码{\ {wst.object}。]
# I.e. it has been converted successfully.[即它已被转换成功。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|