snakoid(Rwave)
snakoid()所属R语言包:Rwave
Modified Snake Method
改进的snake算法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimate a ridge from a time-frequency representation, using the modified snake method (modified cost function).
估价的脊从时间 - 频率表示,使用的改性的蛇方法(改性成本函数)。
用法----------Usage----------
snakoid(modulus, 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----------
参数:modulus
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 first guess of time variable.
的长度的时间变量的第一猜测。
参数:tfspec
Estimate for the contribution of srthe noise to modulus.
的贡献srthe噪声,模量的估计。
参数: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 stationary iterations before stopping.
固定迭代的最大数量,然后再停止。
参数:plot
when set(default), some 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.
一维数组,其中包含的成本函数。
参数:plot
when set(default), some results will be displayed.
(默认),当设置了一定的成果将被显示。
参考文献----------References----------
参见----------See Also----------
corona, coronoid, icm, snake.
corona,coronoid,icm,snake。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|