登录
首页 » matlab » kalman

kalman

于 2013-12-04 发布 文件大小:513KB
0 122
下载积分: 1 下载次数: 11

代码说明:

  卡尔曼滤波器的经典介绍。非常详细,通俗易通,中文版本(Classic introduction to the Kalman filter. Very detailed, popular ETS, Chinese version)

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

发表评论

0 个回复

  • niulafafa
    牛拉法计算潮流程序,5节点系统,有运行结果(Method to calculate the trend of ox-drawn process, 5-node system, with running results)
    2010-02-25 10:23:18下载
    积分:1
  • cw1dtool
    非常有用的matlab cheng xu (very useful Matlab WM xu)
    2006-06-22 10:27:37下载
    积分:1
  • MATLAB
    基于卡尔曼滤波的雷达目标跟踪,对运动轨迹进行滤波(Kalman filter-based radar target tracking, trajectory filtering)
    2020-07-26 22:48:40下载
    积分:1
  • MD1
    MD1system design using Matlab GUI
    2015-03-10 15:49:48下载
    积分:1
  • main
    基于MATLAB的内模控制器的简单设计实现,应用于ARM上(Internal model controller based on MATLAB realization of a simple design, is applied on ARM)
    2015-03-11 10:56:27下载
    积分:1
  • SMATLABFFFTp
    MATLAB频谱分析源代码,自己写的,配合原始数数据文件,超级详细 ,经测试可直接使用。 (MATLAB spectrum analysis of the source code, write your own, with the original number of data files, super detail, has been tested and can be used directly.)
    2012-07-23 11:38:00下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • fglg
    matlab实现的FGLG算法,效果较好,可以直接使用,也可以参考学习(FGLG algorithm matlab implementation, better, can be used directly, or you can refer to learning)
    2015-03-01 14:25:14下载
    积分:1
  • 43339763MOEA-NSGA-II
    说明:  非常好的优化文章,介绍了最先进的优化方法,以及多目标的方法(Optimization of very good article about the most advanced optimization methods, and multi-objective approach)
    2011-03-15 18:56:33下载
    积分:1
  • MATLAB视频图像考勤系统
    说明:  MATLAB视频图像考勤系统 该课题为基于MATLAB的摄像头的图像考勤系统。调用笔记本自带摄像头,从左侧进入为正1,右侧出去为负1,每统计到一个人数记为正负1.点击开始和点击结束为一个周期。带GUI界面。另外可定制二次开发基于图像的人数考勤系统。(Matlab video image attendance system The subject is the image attendance system of camera based on MATLAB. Call the camera equipped with the notebook, enter from the left as positive 1, exit from the right as negative 1, and record the number of each person counted as plus or minus 1. Click start and click end as a cycle. With GUI interface. In addition, it can customize the secondary development of image-based attendance system.)
    2020-07-03 01:40:01下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载