搜索资源列表
matlab
- 运用牛顿迭代法求解非线性方程组的matlab源代码-Newton iterative method to solve the nonlinear equations
Iter_extend_kalman
- Iterated Extended Kalman Filter 迭代扩展卡尔曼滤波(IEKF)算法: an improvement of extended kalman filtering
matlabfile
- matlab数值分析里面的几个迭代法的matlab程序,作业很有帮助-matlab M-file of mathematical analysis like Gauss-sediel and so on
SOR_METHOD
- 欠/超松弛迭代法以及主程序调用范本,来自于FORTRAN算法集-over relaxation method, and calls the main program template
5
- 多重网格技术在等温弹流润滑计算中的应用,与多重积分法共同使用具有迭代速度快收敛性好的优点-Multi-Grid Technology in Isothermal EHL Calculation
MANDLU
- 稀疏矩阵压缩存储和LU分解,迭代求解线性方程组-Sparse matrix storage compression and LU decomposition iterative solving linear equations
KalmanFiltering
- 扩展卡尔曼滤波算法C语言实现:实现对二维状态变量的预测及跟踪。包括卡尔曼滤波初始化函数,负责初始化状态变量的值,过程噪声,测量噪声,以及状态转移矩阵。 卡尔曼滤波函数负责对状态变量进行迭代滤波,整个过程包括状态预测,协方差预测,测量预测,计算卡尔曼增益,状态量更新,协方差更新。(To realize the prediction and tracking of two dimensional state variables. It includes the initialization func