登录
首页 » matlab » OSE_Code

OSE_Code

于 2009-02-12 发布 文件大小:49KB
0 111
下载积分: 1 下载次数: 620

代码说明:

  《Optimal State Estimation - Kalman, H Infinity, and Nonlinear Approaches》 一书的配套源码,包括了Kalman Filter、Hinf Filter、Particle Filter等的Matlab源码(《Optimal State Estimation- Kalman, H Infinity, and Nonlinear Approaches》source code,including Matlab code of Kalman Filter、Hinf Filter、Particle Filter.)

文件列表:

Code
....\Ex1-2_MotorSim.m
....\Ex1-3_LinearSimEx1.m
....\Ex10-1_Multiple.m
....\Ex10-2_Reduced.m
....\Ex10-3_Schmidt.m
....\Ex10-4_Robust.m
....\Ex11-2_HinfEx1a.m
....\Ex11-2_HinfEx1b.m
....\Ex11-3_HinfContEx1a.m
....\Ex11-3_HinfContEx1b.m
....\Ex12-1_AddHinfEx1.m
....\Ex12-2_AddHinfEx3.m
....\Ex12-3_AddHinfConstr.m
....\Ex12-3_AddHinfConstrMonte.m
....\Ex13-1_MotorKalman.m
....\Ex13-2_ExtendedBody.m
....\Ex13-2_HybridBody.m
....\Ex13-3_Hybrid2.m
....\Ex13-4_Parameter.m
....\Ex14-1_UnscentedEx.m
....\Ex14-2_HybridUKF.m
....\Ex15-1_ParticleEx1.m
....\Ex15-2_ParticleEx2.m
....\Ex15-3_ParticleEx3.m
....\Ex15-4_ParticleEx4.m
....\Ex15-5_ParticleEx5.m
....\Ex3-5_Chemical.m
....\Ex5-1_DiscreteKFEx1.m
....\Ex5-2_DiscreteKFAlt.m
....\Ex5-3_DiscreteKFEx2.m
....\Ex5-3_DiscreteKFEx2Plot.m
....\Ex7-12_KalmanConstrained.m
....\Ex7-1_Correlated.m
....\Ex7-2_Colored.m
....\Ex8-4_ContEx.m
....\Ex9-1_FixPtSmooth.m
....\Ex9-2_FixLagSmooth.m
....\Ex9-3_FixIntSmooth.m
....\House1.m
....\MGS.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 9.2.2
    最小二乘法拟合形如f(x)=(a+bx)/(1+cx)的函数(9.2.2(1)),并解决人口预测问题(9.2.2(2))(Least squares fit of the form f (x) = (a+bx)/(1+cx) function (9.2.2 (1)), and to solve the population prediction problem (9.2.2 (2)))
    2021-01-01 14:38:58下载
    积分:1
  • fredholm
    第二类Fredholm积分方程的数值解。 所谓积分方程就是积分号内有未知函数的方程(Second numerical solution of Fredholm integral equation)
    2010-06-19 09:17:01下载
    积分:1
  • pfm-scource
    计算材料学中用相场法模拟凝固相变以及晶粒长大的开源性程序(Computational Materials Science solidification using phase-field simulation of grain growth phase transitions and open-source program)
    2021-01-28 16:38:34下载
    积分:1
  • PSO
    针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。(TSP problem solving for the traditional algorithms such as genetic algorithms, particle swarm optimization accuracy and solving the scale, there is a certain lack of a dynamic programming algorithm-based particle swarm optimization algorithm. The algorithm using dynamic programming method to achieve the evolution of information exchange between the particles and the particles, and particle swarm particle scale-free information guide network topology map to connect. The simulation results show that this method can effectively reduce the error rate and improve the solution precision, while maintaining a low computational complexity, good soundness.)
    2013-01-07 18:05:35下载
    积分:1
  • 插补法及步进电机
    说明:  插补算法 步进电机控制算法 很好的资料(PWM 1234567891010101010101010101)
    2020-11-21 13:50:25下载
    积分:1
  • TLBO
    this is a source code written in the matlab format for the teaching learning optimization algorithm.
    2012-03-06 01:33:42下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • Ansys-bridge
    ANSYS 分析一座预应力连续刚构桥的命令流,很实用哦(ANSYS analysis of a prestressed continuous rigid frame bridge command stream, and very practical!)
    2012-05-30 12:01:35下载
    积分:1
  • D_MODEL
    三维重力梯度正演程序,可根据剖分模型计算多个场分量,绝对原创!(3D Gravity Gradients calculating )
    2011-11-10 16:34:23下载
    积分:1
  • hw03_solution
    n of the parity check matrix
    2012-10-08 09:38:42下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载