gregrec(Rwave)
gregrec()所属R语言包:Rwave
Reconstruction from a Ridge
重建岭
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reconstructs signal from a “regularly sampled” ridge, in the Gabor case.
从“定期取样”脊,重建信号的Gabor情况下。
用法----------Usage----------
gregrec(siginput, gtinput, phi, nbnodes, nvoice, freqstep, scale,
epsilon=0, fast=FALSE, plot=FALSE, para=0, hflag=FALSE, real=FALSE,
check=FALSE)
参数----------Arguments----------
参数:siginput
input signal.
输入信号。
参数:gtinput
Gabor transform, output of cgt.
Gabor变换,输出cgt。
参数:phi
unsampled ridge.
未取样的山脊。
参数:nbnodes
number of nodes used for the reconstruction.
用于重建的节点的数量。
参数:nvoice
number of different scales per octave
每倍频程的不同尺度
参数:freqstep
sampling rate for the frequency axis
为频率轴的采样率
参数:scale
size parameter for the Gabor function.
Gabor函数的大小的参数。
参数:epsilon
coefficient of the Q_2 term in reconstruction kernel
Q_2术语重建内核系数
参数:fast
if set to T, the kernel is computed using trapezoidal rule.
如果设置为T,则计算的核心是使用梯形法则。
参数:plot
if set to TRUE, displays original and reconstructed signals
如果设置为TRUE,则显示原始和重构信号
参数:para
scale parameter for extrapolating the ridges.
尺度参数外推脊。
参数:hflag
if set to TRUE, uses Q_1 as first term in the kernel.
如果设置为TRUE,使用Q_1在内核中的第一项。
参数:real
if set to TRUE, uses only real constraints on the transform.
如果设置为TRUE,只使用真正的约束的转换。
参数:check
if set to TRUE, computes cwt of reconstructed signal. </table>
如果设置为TRUE,计算cwt重构信号。 </ TABLE>
值----------Value----------
Returns a list containing:
返回一个列表,其中包含:
参数:sol
reconstruction from a ridge.
从脊重建。
参数:A
<gaborlets,dualgaborlets> matrix.
<gaborlets,dualgaborlets>矩阵。
参数:lam
coefficients of dual wavelets in reconstructed signal.
重构信号的双小波系数。
参数:dualwave
array containing the dual wavelets.
数组,包含双小波。
参数:gaborets
array containing the wavelets on sampled ridge.
数组,包含小波采样脊。
参数:solskel
Gabor transform of sol, restricted to the ridge.
Gabor变换的溶胶类,限制类的山脊。
参数:inputskel
Gabor transform of signal, restricted to the ridge.
Gabor变换的信号,仅限于山脊。
参数:Q2
second part of the reconstruction kernel. </table>
第二部分的重建内核。 </ TABLE>
参考文献----------References----------
参见----------See Also----------
regrec.
regrec。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|