ridrec(Rwave)
ridrec()所属R语言包:Rwave
Reconstruction from a Ridge
重建岭
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reconstructs signal from sample of a ridge, in the wavelet case.
重建信号脊样品,在小波的情况下。
用法----------Usage----------
ridrec(cwtinput, node, phinode, noct, nvoice, Qinv, epsilon, np,
w0=2 * pi, check=FALSE, real=FALSE)
参数----------Arguments----------
参数:cwtinput
wavelet transform, output of cwt.
小波变换,输出cwt。
参数:node
time coordinates of the ridge samples.
时间坐标的脊样品。
参数:phinode
scale coordinates of the ridge samples.
规模坐标脊样品。
参数:noct
number of octaves (powers of 2).
数个八度(2的幂)。
参数:nvoice
number of different scales per octave.
数不同尺度的每倍频程。
参数:Qinv
inverse of the matrix Q of the quadratic form.
逆的矩阵Q二次型。
参数:epsilon
coefficient of the Q_2 term in reconstruction kernel
Q_2术语重建内核系数
参数:np
number of samples of the reconstructed signal.
重构的信号的样本数。
参数:w0
central frequency of Morlet wavelet.
Morlet小波的中心频率。
参数:check
if set to TRUE, computes cwt of reconstructed signal.
如果设置为TRUE,计算cwt重构信号。
参数:real
if set to TRUE, uses only constraints on the real part of the transform. </table>
如果设置为TRUE,则仅使用变换的实部的约束。 </ TABLE>
值----------Value----------
Returns a list containing the reconstructed signal and the chained ridges.
返回一个列表,其中包含的重构信号和链接脊。
参数:sol
reconstruction from a ridge
重建脊
参数:A
<wavelets,dualwavelets> matrix
<wavelets,dualwavelets>矩阵
参数:lam
coefficients of dual wavelets in reconstructed signal.
重构信号的双小波系数。
参数:dualwave
array containing the dual wavelets.
数组,包含双小波。
参数:morvelets
array of morlet wavelets located on the ridge samples.
数组的Morlet小波脊样本。
参数:solskel
wavelet transform of sol, restricted to the ridge
小波变换的溶胶类,限制类的山脊
参数:inputskel
wavelet transform of signal, restricted to the ridge
小波变换信号,限制到脊
参考文献----------References----------
参见----------See Also----------
sridrec, regrec, regrec2.
sridrec,regrec,regrec2。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|