-
AIMM_article_and_Kalman_coding
自适应卡尔曼滤波的详细论述,附有卡尔曼滤波的程序实现,(Adaptive Kalman filter in detail, the procedures for implementation with Kalman filtering,)
- 2020-12-07 09:29:21下载
- 积分:1
-
Numerical.Linear.Algebra.Lloyd.Trefethen.and
这是一本关于数值计算方法的书,编程工具可选用matlab和mathematica(This is a book on numerical methods, programming tools can be used matlab and mathematica)
- 2010-07-14 20:42:44下载
- 积分:1
-
Programs_15a
实现线性动态系统模型的Arma模型,具有处理动态纹理建模的功能。(dynamic textures are seqences of images showing spatial regularity,temporal continuity.)
- 2010-11-04 16:59:49下载
- 积分:1
-
CustomHighPassFiltering
this filter allows high frequency
- 2015-01-03 01:54:43下载
- 积分:1
-
Gauss
高斯积分算法 ,高斯积分计算回线源电磁场外层线积分(Gaussian integral algorithm, Gaussian integral outer loop line integral source of electromagnetic fields)
- 2009-04-28 10:24:11下载
- 积分:1
-
functionz
说明:
在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常用的方法,也是函数spline所采用的方法,就是采用非扭结(not-a-knot)条件。这个条件强迫第一个和第二个三次多项式的三阶导数相等。对最后一个和倒数第二个三次多项式也做同样地处理。
(the Cubic Spline, to find three polynomial, approaching every right to point the data curve. The kind of terms, these data points called breakpoints. Because only two points a straight decisions, and in between the two curves can be used an infinite number of cubic polynomial approximation. Therefore, in order for the outcome of uniqueness. The Cubic Spline, add the cubic polynomial bound by the conditions. By limiting each cubic polynomial of the first order and second-order derivative, it breakpoint in the same Department, we can better identify all internal cubic polynomial. In addition, the polynomial approximation of these breakpoints slope and curvature is continuous. However, the last one and a cubic polynomial in a breakpoint and the final one, not accompanied by polynomials. There)
- 2006-03-15 21:19:29下载
- 积分:1
-
example12_2
说明: 这是本人在做硕士论文时开发 的有关GUI 图象设计的代码(this is my master's thesis done at the development of the graphic design of the GUI code)
- 2006-01-14 14:55:46下载
- 积分:1
-
distance2d_point2line
Calculate point to line distance in 2D
- 2013-03-13 07:22:09下载
- 积分:1
-
Langmuir_Probe
Langmuir_Probe PLASMA simulation
- 2013-09-03 23:27:35下载
- 积分:1
-
SimpleMthd
单纯形法matlab程序
求解标准型线性规划:max c*x s.t. A*x=b x>=0
本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b
N是初始的基变量的下标
输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0
输出变量val是最优目标值,kk是迭代次数( example:max 2*x1+3*x2
s.t. x1+2*x2<=8
4*x1<=16
4*x2<=12
x1,x2>=0)
- 2013-11-29 17:05:08下载
- 积分:1