snake(Rwave)
snake()所属R语言包:Rwave
Ridge Estimation by Snake Method
蛇岭估计方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimate a ridge from a time-frequency representation, using the snake method.
估价的脊从时间 - 频率表示,使用蛇方法。
用法----------Usage----------
snake(tfrep, guessA, guessB, snakesize=length(guessB),
tfspec=numeric(dim(modulus)[2]), subrate=1, temprate=3, muA=1,
muB=muA, lambdaB=2 * muB, lambdaA=2 * muA, iteration=1000000,
seed=-7, costsub=1, stagnant=20000, plot=TRUE)
参数----------Arguments----------
参数:tfrep
Time-Frequency representation (real valued).
时频表示(实际值)。
参数:guessA
Initial guess for the algorithm (frequency variable).
算法(频率变量)的初始猜测。
参数:guessB
Initial guess for the algorithm (time variable).
算法(时间变量)的初始猜测。
参数:snakesize
the length of the initial guess of time variable.
的长度的时间变量的初始猜测。
参数:tfspec
Estimate for the contribution of the noise to modulus.
估计噪声,模量的贡献。
参数:subrate
Subsampling rate for ridge estimation.
岭估计的欠采样率。
参数:temprate
Initial value of temperature parameter.
温度参数的初始值。
参数:muA
Coefficient of the ridge's derivative in cost function (frequency component).
脊在成本函数的导数的系数(频率成分)。
参数:muB
Coefficient of the ridge's derivative in cost function (time component).
在成本函数系数脊的衍生工具(组件)。
参数:lambdaB
Coefficient of the ridge's second derivative in cost function (time component).
系数的脊成本函数的二阶导数(时间部分)。
参数:lambdaA
Coefficient of the ridge's second derivative in cost function (frequency component).
的脊在成本函数的二阶导数(频率分量)的系数。
参数:iteration
Maximal number of moves.
最大的动作。
参数:seed
Initialization of random number generator.
随机数生成器的初始化。
参数:costsub
Subsampling of cost function in output.
欠采样的成本函数输出。
参数:stagnant
maximum number of steps without move (for the stopping criterion)
没有移动的步骤(停止标准)的最大数目
参数:plot
when set (by default), certain results will be displayed </table>
当设置(默认情况下),将显示了一定的成绩,</ TABLE>
值----------Value----------
Returns a structure containing:
返回一个结构,它包含:
参数:ridge
1D array (of same length as the signal) containing the ridge.
1D阵列(作为信号相同的长度),其中包含脊。
参数:cost
1D array containing the cost function.
一维数组,其中包含的成本函数。
参考文献----------References----------
参见----------See Also----------
corona, coronoid, icm, snakoid.
corona,coronoid,icm,snakoid。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|