wpst2m(wavethresh)
wpst2m()所属R语言包:wavethresh
Converts a nondecimated wavelet packet object to a (large) matrix with packets stored as columns
将一个nondecimated小波包对象包(大)矩阵存储为列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Takes a nondecimated wavelet packet transform, takes the packets one packet at a time and stores them in a matrix. The packets are rotated on extraction and storage in the matrix in an attempt to align them, they are also optionally transformed by trans. The rotation is performed by compgrot.
需要一个nondecimated小波包变换,需要的数据包在一个时间的一个分组,并将它们存储在一个矩阵。的数据包是在试图将它们对齐在矩阵中的提取和存储的上旋转,但它们也可任选地转化trans。旋转是由compgrot。
Note that the coefficients are of some series, not the basis functions themselves.
注意,系数是一些系列,而不是基函数本身。
用法----------Usage----------
wpst2m(wpstobj, trans = identity)
参数----------Arguments----------
参数:wpstobj
The nondecimated wavelet packet object to store
小波包的nondecimated对象来存储
参数:trans
The optional transform to apply to the coefficients
可选的变换系数适用于
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
A list, of class w2m, with the following components: <table summary="R valueblock"> <tr valign="top"><td>m</td> <td> The matrix containing the packets</td></tr> <tr valign="top"><td>level</td> <td> A vector containing the levels from where the packets in m come from</td></tr> <tr valign="top"><td>pktix</td> <td> A vector containing the packet indices from where the packets in m come from</td></tr> <tr valign="top"><td>nlevels</td> <td> The number of resolution levels from the original wpst object</td></tr> </table>
的列表,W2M类,以下组件:<table summary="R valueblock"> <tr valign="top"> <TD> m </ TD> <TD>基质中含有的数据包< / TD> </ TR> <tr valign="top"> <TD> level</ TD> <td>一个向量中的数据包米</ TD> </ TR > <tr valign="top"> <TD> pktix </ TD> <TD>一个向量,包含包索引中的数据包米</ TD> </ TR> <TR VALIGN = “顶”> <TD>nlevels </ TD> <TD>分辨率级别的数量从原来的WPST的对象</ TD> </ TR> </ TABLE>
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
makewpstRO, print.w2m
makewpstRO,print.w2m
实例----------Examples----------
#[]
# Not intended to be directly used by users[不适合在直接由用户使用的]
#[]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|