scrcrec(Rwave)
scrcrec()所属R语言包:Rwave
Simple Reconstruction from Crazy Climbers Ridges
从疯狂的登山者脊的简单重建
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reconstructs signal from ridges obtained by crc, using the restriction of the transform to the ridge.
重建得到crc,使用的限制转化为山脊的脊信号。
用法----------Usage----------
scrcrec(siginput, tfinput, beemap, bstep=5, ptile=0.01, plot=2)
参数----------Arguments----------
参数:siginput
input signal.
输入信号。
参数:tfinput
time-frequency representation (output of cwt or cgt.
时频表示(输出cwt或cgt。
参数:beemap
output of crazy climber algorithm
疯狂的登山者算法的输出
参数:bstep
used for the chaining (see cfamily).
使用的链接(见cfamily“)。
参数:ptile
threshold on the measure beemap (see cfamily).
阈值的措施beemap(见cfamily)。
参数:plot
1: displays signal,components, and reconstruction one after another.<br> 2: displays signal, components and reconstruction.<br> Else, no plot. </table>
1:显示信号,组件和一个又一个的重建。<BR> 2:显示信号,组件和重建。<BR>否则,没有图。 </ TABLE>
值----------Value----------
Returns a list containing the reconstructed signal and the chained ridges.
返回一个列表,其中包含的重构信号和链接脊。
参数: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 for crazy climbers method, crcrec for reconstruction methods.
crc,cfamily“”疯狂的登山方法,crcrec重建方法。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|