accessD.mwd(wavethresh)
accessD.mwd()所属R语言包:wavethresh
Get wavelet coefficients from multiple wavelet structure (mwd).
小波系数从多个的小波结构(MWD)。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The wavelet coefficients from a multiple wavelet decomposition structure, mwd.object, (e.g. returned from mwd) are packed into a single matrix in that structure. This function extracts the coefficients corresponding to a particular resolution level.
多小波分解结构的小波系数,mwd.object,(例如,返回mwd)打包成一个矩阵在该结构中。此功能提取的系数对应于一个特定的分辨率等级。
用法----------Usage----------
## S3 method for class 'mwd':
accessD(mwd, level, ...)
参数----------Arguments----------
参数:mwd
Multiple wavelet decomposition structure from which you wish to extract the expansion coefficients.
多小波分解结构,从中提取的膨胀系数。
参数:level
The level that you wish to extract. If the "original" data has mwd$filter$npsi*2^m data points (mwd$filter$npsi being the multiplicity of the multiple wavelets) then there are m possible levels that you could want to access, indexed by 0,1,...,(m-1)
的水平,你要提取。如果“原始”数据mwd$filter$npsi*2^m数据点(mwd$filter$npsi的多重性的多小波)然后有米的水平,你能想到的访问,索引0,1,... ,第(m-1)
参数:...
any other arguments
任何其他参数
Details
详细信息----------Details----------
The mwd function produces a multiple wavelet decomposition object .
mwd函数生成一个multiple wavelet decomposition object。
The need for this function is a consequence of the pyramidal structure of Mallats algorithm and the memory efficiency gain achieved by storing the pyramid as a linear matrix. AccessD obtains information about where the coefficients appear from the fl.dbase component of mwd, in particular the array fl.dbase$first.last.d which gives a complete specification of index numbers and offsets for mwd$D.
此功能是需要的结果Mallats algorithm和记忆效率增益,实现由线性矩阵存储金字塔的金字塔结构。系数出现从该fl.dbase的组成部分,mwd AccessD获取信息,尤其是阵列fl.dbase$first.last.dmwd$D这给出了一个完整规范的索引号和偏移量。
Note that this function and accessC only work on objects of class mwd to extract coefficients. You have to use putD.mwd to insert wavelet coefficients into a mwd object.
请注意此功能,accessC类的对象的唯一的工作mwd提取系数。你必须用putD.mwd插入一个mwd对象的小波系数。
See Downie and Silverman, 1998.
请参阅:唐尼和Silverman,1998年。
值----------Value----------
A matrix with mwd$filter$npsi rows containing the extracted coefficients.
一个mwd$filter$npsi行包含提取的系数矩阵。
RELEASE----------RELEASE----------
Tim Downie 1995-6
蒂姆·唐尼1995-6
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
accessD.mwd, draw.mwd, mfirst.last, mfilter.select, mwd, mwd.object, plot.mwd, print.mwd, putC.mwd, putD.mwd, summary.mwd, threshold.mwd, wd, wr.mwd
accessD.mwd,draw.mwd,mfirst.last,mfilter.select,mwd,mwd.object,plot.mwd,print.mwd,<所述>,putC.mwd,putD.mwd,summary.mwd,threshold.mwd,wd
实例----------Examples----------
#[]
# Get the 3rd level of smoothed data from a decomposition[第3级平滑后的数据分解]
#[]
data(ipd)
accessD.mwd(mwd(ipd), level=3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|