gridrec(Rwave)
gridrec()所属R语言包:Rwave
Reconstruction from a Ridge
重建岭
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reconstructs signal from sample of a ridge, in the Gabor case.
重建信号脊样品,的Gabor的情况下。
用法----------Usage----------
gridrec(gtinput, node, phinode, nvoice, freqstep, scale, Qinv,
epsilon, np, real=FALSE, check=FALSE)
参数----------Arguments----------
参数:gtinput
Gabor transform, output of cgt.
Gabor变换,输出cgt。
参数:node
time coordinates of the ridge samples.
时间坐标的脊样品。
参数:phinode
frequency coordinates of the ridge samples.
频率坐标的脊样品。
参数:nvoice
number of different frequencies.
不同的频率的数量。
参数:freqstep
sampling rate for the frequency axis.
在频率轴上的采样率。
参数:scale
scale of the window.
规模的窗口。
参数: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.
重构的信号的样本数。
参数:real
if set to TRUE, uses only constraints on the real part of the transform.
如果设置为TRUE,则仅使用变换的实部的约束。
参数:check
if set to TRUE, computes cgt of reconstructed signal. </table>
如果设置为TRUE,计算cgt重构信号。 </ TABLE>
值----------Value----------
Returns a list containing the reconstructed signal and the chained ridges.
返回一个列表,其中包含的重构信号和链接脊。
参数:sol
reconstruction from a ridge.
从脊重建。
参数:A
<gaborlets,dualgaborlets> matrix.
<gaborlets,dualgaborlets>矩阵。
参数:lam
coefficients of dual gaborlets in reconstructed signal.
系数的的双gaborlets在重构信号。
参数:dualwave
array containing the dual gaborlets.
阵列包含双gaborlets。
参数:gaborets
array of gaborlets located on the ridge samples.
gaborlets位于脊样品的阵列。
参数:solskel
Gabor transform of sol, restricted to the ridge.
Gabor变换的溶胶类,限制类的山脊。
参数:inputskel
Gabor transform of signal, restricted to the ridge. </table>
Gabor变换的信号,仅限于山脊。 </ TABLE>
参考文献----------References----------
参见----------See Also----------
sridrec, gregrec, regrec, regrec2.
sridrec,gregrec,regrec,regrec2。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|