wd.int(wavethresh)
wd.int()所属R语言包:wavethresh
Computes "wavelets on the interval" transform
在区间的计算“小波”改造
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function actually computes the "wavelets on the interval" transform.
这个函数实际上计算的小波间隔“改造”。
NOTE: It is not recommended that the casual user call this function. The "wavelets on the interval" transform is best called in WaveThresh via the wd function with the argument bc argument set to "interval".
注:不建议一般用户调用这个函数。 “在区间的小波变换称为WaveThresh通过wd函数的参数BC参数设置为"interval"。
用法----------Usage----------
wd.int(data, preferred.filter.number, min.scale, precond)
参数----------Arguments----------
参数:data
The data that you wish to apply the "wavelets on the interval" transform to.
的数据,你想申请的时间间隔“小波”改造。
参数:preferred.filter.number
Which wavelet to use to do the transform. This is an integer ranging from 1 to 8. See the Cohen, Daubeches and Vial (1993) paper. Wavelets that do not "overlap" a boundary are just like the ordinary Daubechies' wavelets.
使用小波做变换。这是一个范围从1到8的整数。的的科恩,Daubeches和瓶(1993)纸。就像普通的Daubechies小波小波不“重叠”的边界。
参数:min.scale
At which resolution level to transform to.
在改造分辨率级别。
参数:precond
If true performs preconditioning of the input vector to try and ensure that simple polynomial sequences (less than in order to the wavelet used) map to zero elements.
如果为true进行预处理的输入向量尝试,并确保简单的多项式序列(小于以所使用的小波)映射到零个元素。
Details
详细信息----------Details----------
(The WaveThresh implementation of the “wavelets on the interval transform” was coded by Piotr Fryzlewicz, Department of Mathematics, Wroclaw University of Technology, Poland; this code was largely based on code written by Markus Monnerjahn, RHRK, Universitat Kaiserslautern; integration into WaveThresh by GPN).
(WaveThresh实施的“区间上的小波变换”编码由彼得·Fryzlewicz的技术,波兰的弗罗茨瓦夫大学,数学系,这主要基于代码编写的代码是由Markus Monnerjahn,RHRK的Universitat凯泽斯劳滕融入WaveThresh GPN)。
See the help on the "wavelets on the interval code" in the wd help page.
wd帮助页的“小波”的时间间隔码上的帮助。
值----------Value----------
A list containing the wavelet transform of the data. We again emphasize that this list is not intended for human consumption, use the wd function with the correct bc="interval" argument.
一个列表,其中包含小波变换的data。我们再次强调,这份名单的目的不是供人食用,使用wd功能与正确的bc="interval"参数。
RELEASE----------RELEASE----------
Version 3.9.6 (Although Copyright Piotr Fryzlewicz and Markus Monnerjahn 1995-9).
版本3.9.6(,虽然版权彼得·Fryzlewicz和马库斯Monnerjahn的1995-9)。
(作者)----------Author(s)----------
Piotr Fryzlewicz
参见----------See Also----------
wd, wr, wr.int.
wd,wr,wr.int。
实例----------Examples----------
#[]
# The user is expected to call the wr[用户打检测给WR]
# for inverting a "wavelets on the interval transform" and not to use[反向的“区间上的小波变换”,而不是使用]
# this function explicitly[此功能明确]
#[]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|