gcrcrec(Rwave)
gcrcrec()所属R语言包:Rwave
Crazy Climbers Reconstruction by Penalization
疯狂的登山重建的刑事罪
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reconstructs a real-valued signal from ridges found by crazy climbers on a Gabor transform.
重建脊发现的疯狂的登山者的Gabor变换的实值信号。
用法----------Usage----------
gcrcrec(siginput, inputgt, beemap, nvoice, freqstep, scale, compr,
bstep=5, ptile=0.01, epsilon=0, fast=TRUE, para=5, minnbnodes=3,
hflag=FALSE, real=FALSE, plot=2)
参数----------Arguments----------
参数:siginput
original signal.
原始信号。
参数:inputgt
Gabor transform.
Gabor变换。
参数:beemap
occupation measure, output of crc.
职业措施,输出的crc。
参数:nvoice
number of frequencies.
数量的频率。
参数:freqstep
sampling step for frequency axis.
取样步骤,用于频率轴。
参数:scale
size of windows.
窗口大小。
参数:compr
compression rate to be applied to the ridges.
压缩率要施加到的脊。
参数:bstep
size (in the time direction) of the steps for chaining.
大小(在时间方向上)进行链接的步骤。
参数:ptile
threshold of ridge
阈值的脊
参数:epsilon
constant in front of the smoothness term in penalty function.
恒定在前面的罚函数的平滑项。
参数:fast
if set to TRUE, uses trapezoidal rule to evaluate Q_2.
如果设置为TRUE,使用梯形规则来评估Q_2。
参数:para
scale parameter for extrapolating the ridges.
尺度参数外推脊。
参数:minnbnodes
minimal number of points per ridge.
每脊点的最少数量。
参数:hflag
if set to FALSE, uses the identity as first term in the kernel. If not, uses Q_1 instead.
如果设置为FALSE,使用的身份在内核中的第一项。如果没有,使用Q_1代替。
参数:real
if set to TRUE, uses only real constraints.
如果设置为TRUE,只使用真正的约束。
参数:plot
1displays signal,components, and reconstruction one after another.
1displays信号,组件和重建一个接一个。
2displays signal, components and reconstruction.
2displays信号,组件和重建。
Details
详细信息----------Details----------
When ptile is high, boundary effects may appear. para controls extrapolation of the ridge.
当ptile高,可能会出现边界效应。 para控制的山脊上的推断。
值----------Value----------
Returns a structure containing the following elements:
返回一个结构包含以下元素:
参数:rec
reconstructed signal.
重构信号。
参数:ordered
image of the ridges (with different colors).
图像的脊(用不同的颜色)。
参数:comp
2D array containing the signals reconstructed from ridges.
二维数组,其中包含的信号重建脊。
参考文献----------References----------
参见----------See Also----------
crc, cfamily, crcrec, scrcrec.
crc,cfamily,crcrec,scrcrec。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|