crcrec(Rwave)
crcrec()所属R语言包:Rwave
Crazy Climbers Reconstruction by Penalization
疯狂的登山重建的刑事罪
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reconstructs a real valued signal from the output of crc (wavelet case) by minimizing an appropriate quadratic form.
重构一实值信号从输出crc(小波变换的情况下)通过最小化一个适当的二次形式。
用法----------Usage----------
crcrec(siginput, inputwt, beemap, noct, nvoice, compr, minnbnodes=2,
w0=2 * pi, bstep=5, ptile=0.01, epsilon=0, fast=FALSE, para=5, real=FALSE,
plot=2)
参数----------Arguments----------
参数:siginput
original signal.
原始信号。
参数:inputwt
wavelet transform.
小波变换。
参数:beemap
occupation measure, output of crc.
职业措施,输出的crc。
参数:noct
number of octaves.
数个八度。
参数:nvoice
number of voices per octave.
每倍频程的声音。
参数:compr
compression rate for sampling the ridges.
用于采样的脊的压缩率。
参数:minnbnodes
minimal number of points per ridge.
每脊点的最少数量。
参数:w0
center frequency of the wavelet.
小波的中心频率。
参数:bstep
size (in the time direction) of the steps for chaining.
大小(在时间方向上)进行链接的步骤。
参数:ptile
relative threshold of occupation measure.
职业措施的相对阈值。
参数: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.
尺度参数外推脊。
参数:real
if set to TRUE, uses only real constraints.
如果设置为TRUE,只使用真正的约束。
参数:plot
1: displays signal,components,and reconstruction one after another. 2: displays signal, components and reconstruction. </table>
1:显示信号,组件和一个又一个的重建。 2:显示信号组件和重建。 </ TABLE>
Details
详细信息----------Details----------
When ptile is high, boundary effects may appeare. para controls extrapolation of the ridge.
当ptile高,边界效应可能会appeare。段控制外推的山脊上。
值----------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.
二维数组,其中包含的信号重建脊。
参见----------See Also----------
crc, cfamily, scrcrec.
crc,cfamily,scrcrec。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|