accessD.wpst(wavethresh)
accessD.wpst()所属R语言包:wavethresh
Get coefficients from a non-decimated wavelet packet object (wpst) in time order.
非锐减的小波包的对象(WPST)在时间顺序获取系数。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The coefficients from a non-decimated wavelet packet object, wpst, are stored in a particular order in the wpst component of the wpstobj object. This function extracts all the coefficients corresponding to a particular wavelet packet in time order.
从一个非抽取小波包对象的系数,wpst,被存储在一个特定的顺序在WPST组件的wpstobj对象。这个函数提取一个特定的小波包按时间顺序相对应的系数。
用法----------Usage----------
## S3 method for class 'wpst':
accessD(wpst, level, index, ...)
参数----------Arguments----------
参数:wpst
Non-decimated wavelet packet object from which you wish to extract time-ordered coefficients.
非抽取小波包对象,该对象要提取时间顺序系数。
参数:level
The resolution level that you wish to extract. This can range from zero (the coarsest coefficients) to nlevels-1(wstobj) which are the finest scale coefficients.
分辨率级别,你想提取。此范围可以从零(粗的系数)来NLEVELS-1(wstobj),这是最好的尺度系数。
参数:index
The wavelet packet index that you require (sequency ordering). This can range from 0 (father wavelet coeffcients) to 2^(nlevels - level) - 1, i.e. the maximum is dependent on the resolution level.
小波包您所需要的索引(序数排序)。这个范围可以从0(父亲的小波coeffcients),2^(nlevels - level) - 1,即最大分辨率级别的依赖。
参数:...
any other arguments
任何其他参数
Details
详细信息----------Details----------
The wpst function performs a non-decimated wavelet packet transform. This function extracts the coefficients at a particular resolution level specified by level in time order.
wpst功能执行非抽取小波包变换。此功能在一个特定的分辨率级别水平在指定的时间顺序提取系数。
(作者)----------Author(s)----------
G P Nason
参考文献----------References----------
Nason, G.P., Sapatinas, T. and Sawczenko, A. Statistical modelling using undecimated wavelet transforms.
参见----------See Also----------
wpst, wpst.object, accessD, getpacket.wpst
wpst,wpst.object,accessD,getpacket.wpst
实例----------Examples----------
#[]
# Get the 4th level of coefficients from a decomposition[4级系数的分解]
#[]
dat <- rnorm(128)
accessD(wpst(dat), level=4, index=3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|