-
lsvm
libarary of svm for classification
- 2010-08-21 18:26:16下载
- 积分:1
-
findlyap
The alogrithm employed in this toolbox for determining Lyapunov
exponents is according to the algorithms proposed in
[1] A. Wolf, J. B. Swift, H. L. Swinney, and J. A. Vastano "Determining Lyapunov Exponents from a Time Series," Physica D, Vol. 16, pp. 285-317, 1985.
[2] J. P. Eckmann and D. Ruelle, "Ergodic Theory of Chaos and Strange
Attractors," Rev. Mod. Phys., Vol. 57, pp. 617-656, 1 The algorithm given in [1] is used for first-order systems while the QR-based algorithm proposed in [2] is applied for higher order
systems. by Steve W. K. SIU, July 5, 1998.
(The alogrithm employed in this toolbox for determining Lyapunov
exponents is according to the algorithms proposed in
[1] A. Wolf, J. B. Swift, H. L. Swinney, and J. A. Vastano,
"Determining Lyapunov Exponents from a Time Series," Physica D,
Vol. 16, pp. 285-317, 1985.
[2] J. P. Eckmann and D. Ruelle, "Ergodic Theory of Chaos and Strange
Attractors," Rev. Mod. Phys., Vol. 57, pp. 617-656, 1985.
The algorithm given in [1] is used for first-order systems while
the QR-based algorithm proposed in [2] is applied for higher order
systems.
by Steve W. K. SIU, July 5, 1998.
)
- 2010-11-15 21:21:19下载
- 积分:1
-
Bez_Sq_Err
The classic method of calculating GLCM texture, based on matlab platformThe classic method of calculating GLCM texture, based on matlab platform
- 2013-04-30 16:12:54下载
- 积分:1
-
mongoose-master
simple embedded web server
- 2014-01-27 11:04:45下载
- 积分:1
-
duochongfenxing
说明: 计算二维图形的分形维数,比较好用,计算方便(Calculate the fractal dimension of a two-dimensional figure)
- 2019-05-12 19:23:36下载
- 积分:1
-
inption1
matlab和VC混合编程的数据n倍内插处理系统,混编使用matcom代码转换方式实现(matlab and programming VC mixed data n times the interpolation processing system, mixed use Matcom realize the code conversion mode)
- 2008-07-02 20:09:40下载
- 积分:1
-
The-mfile-investigates-the-effects-of-high-power-
Clipping one of the PAPR Reduction technique
- 2015-02-18 02:46:04下载
- 积分:1
-
signal
单频双频信号的检测与估计,使用LMS算法(Detection and estimation of single frequency dual frequency signals using LMS algorithm)
- 2016-03-22 18:44:43下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
NewtonRaphson_0.5
matlab code for Newton-Raphson solver
- 2015-02-03 15:54:26下载
- 积分:1