📄 coronoid.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Ridge Estimation by Modified Corona Method</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>
<table width="100%" summary="page for coronoid {Rwave}"><tr><td>coronoid {Rwave}</td><td align="right">R Documentation</td></tr></table>
<h2>Ridge Estimation by Modified Corona Method</h2>
<h3>Description</h3>
<p>
Estimate a ridge using the
modified corona method (modified cost function).
</p>
<h3>Usage</h3>
<pre>
coronoid(tfrep, guess, tfspec=numeric(dim(tfrep)[2]), subrate=1,
temprate=3, mu=1, lambda=2 * mu, iteration=1000000, seed=-7,
stagnant=20000, costsub=1, plot=TRUE)
</pre>
<h3>Arguments</h3>
<table summary="R argblock">
<tr valign="top"><td><code>tfrep</code></td>
<td>
Estimate for the contribution of the noise to modulus.
</td></tr>
<tr valign="top"><td><code>guess</code></td>
<td>
Initial guess for the algorithm.
</td></tr>
<tr valign="top"><td><code>tfspec</code></td>
<td>
Estimate for the contribution of the noise to modulus.
</td></tr>
<tr valign="top"><td><code>subrate</code></td>
<td>
Subsampling rate for ridge estimation.
</td></tr>
<tr valign="top"><td><code>temprate</code></td>
<td>
Initial value of temperature parameter.
</td></tr>
<tr valign="top"><td><code>mu</code></td>
<td>
Coefficient of the ridge's derivative in cost function.
</td></tr>
<tr valign="top"><td><code>lambda</code></td>
<td>
Coefficient of the ridge's second derivative in cost function.
</td></tr>
<tr valign="top"><td><code>iteration</code></td>
<td>
Maximal number of moves.
</td></tr>
<tr valign="top"><td><code>seed</code></td>
<td>
Initialization of random number generator.
</td></tr>
<tr valign="top"><td><code>stagnant</code></td>
<td>
Maximum number of stationary iterations before stopping.
</td></tr>
<tr valign="top"><td><code>costsub</code></td>
<td>
Subsampling of cost function in output.
</td></tr>
<tr valign="top"><td><code>plot</code></td>
<td>
When set(default), some results will be shown on the display.
</td></tr>
</table>
<h3>Details</h3>
<p>
To accelerate convergence, it is useful to preprocess modulus before
running annealing method. Such a preprocessing (smoothing and
subsampling of modulus) is implemented in <code><a href="coronoid.html">coronoid</a></code>. The
parameter subrate specifies the subsampling rate.
</p>
<h3>Value</h3>
<p>
Returns the estimated ridge and the cost function.
</p>
<table summary="R argblock">
<tr valign="top"><td><code>ridge</code></td>
<td>
1D array (of same length as the signal) containing the ridge.
</td></tr>
<tr valign="top"><td><code>cost</code></td>
<td>
1D array containing the cost function.
</td></tr>
</table>
<h3>Warning</h3>
<p>
The returned cost may be a large array.
The argument costsub allows subsampling the cost function.
</p>
<h3>References</h3>
<p>
See discussion in text of ``Practical Time-Frequency Analysis''.
</p>
<h3>See Also</h3>
<p>
<code><a href="corona.html">corona</a></code>, <code><a href="icm.html">icm</a></code>, <code><a href="snake.html">snake</a></code>, <code><a href="snakoid.html">snakoid</a></code>.
</p>
<hr><div align="center">[Package <em>Rwave</em> version 1.24 <a href="00Index.html">Index]</a></div>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -