登录
首页 » matlab » kalmanFZ

kalmanFZ

于 2021-03-16 发布
0 96
下载积分: 1 下载次数: 10

代码说明:

说明:  使用卡尔曼滤波器算法预测并跟踪目标轨迹的仿真程序(Predicting and Tracking Target Trajectory Using Kalman Filter Algorithms)

文件列表:

kalmanFZ\hmodeinitial.m, 761 , 2005-05-04
kalmanFZ\kalman.asv, 3864 , 2013-12-15
kalmanFZ\kalman.m, 3864 , 2013-12-15
kalmanFZ\lmodeinitial.m, 277 , 2005-05-04
kalmanFZ\untitled.jpg, 19863 , 2012-11-16
kalmanFZ\untitled1.jpg, 20382 , 2013-01-27
kalmanFZ\仿真作业要求.pdf, 43753 , 2005-03-30
kalmanFZ\复件 kalman.m, 4854 , 2005-05-04
kalmanFZ, 0 , 2019-04-11

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

发表评论

0 个回复

  • tubuchuanyue
    说明:  徒步穿越荒漠数学模型 研究的是徒步穿越荒漠耗资及行程时间安排的最优化问题(across the desert on foot mathematical model study of crossing the desert on foot and the cost of the trip scheduling optimization problems)
    2020-09-10 22:38:06下载
    积分:1
  • Java自定义鼠标光标
    super("自定义光标"); //调用父类构造函数   int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组   Container container=getContentPane(); //得到容器   container.setLayout(new FlowLayout()); //设置容器布局管理器   for (int i=0;i   JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象    jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标    container.add(jta); //增加组件到容器上   }      Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象   Image image=toolkit.getImage("cursor.gif"); //得到图像   Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象   JTextArea jta=new JTextArea(3,6); //实例化文本框   jta.setCursor(customCursor); //设置文本框光标   container.add(jta); //增加组件   setSize(300,160); //设置窗口大小   setVisible(true); //窗口可视
    2022-03-06 15:35:47下载
    积分:1
  • Boutique VC7.0
    精品 能够把VC7.0-8.0的工程转换到VC6.0的工程, 界面也很漂亮,鼠标一拖,一切搞定。 -Boutique VC7.0-8.0 can convert the project to VC6.0 project is also very beautiful interface, drag the mouse, all done.
    2022-05-05 06:57:28下载
    积分:1
  • 混合991_编译实验
    混合991_编译实验-mixed 991_ compiler experiment
    2023-07-03 22:10:03下载
    积分:1
  • OpenCV3编程入门_毛星云编著
    说明:  opencv3编程指导书,适用于学习opencv者(Opencv3 Programming Guide)
    2020-11-23 20:01:02下载
    积分:1
  • 最新的电力系统计算的工具包,包括连续潮流、最优潮流计算。...
    最新的电力系统计算的工具包,包括连续潮流、最优潮流计算。-The latest calculation of power system kits, including the continuation power flow, optimal power flow calculation.
    2022-01-27 15:12:07下载
    积分:1
  • WINDML字库自动生成软件,可以自动生成WINDML下所需字库
    WINDML字库自动生成软件,可以自动生成WINDML下所需字库-WindML font automatically generated software can automatically generate the required font WindML under
    2022-03-17 02:11:51下载
    积分:1
  • evo
    演化博弈的仿真程序 可以画复制动态方程的相位图(the example of evolutionary game)
    2017-09-28 15:07:19下载
    积分:1
  • opengl圆柱体绘制
    利用三角面片逼近法生成圆柱体 利用opengl中的画图函数直接生成圆柱体(The cylinder is generated by triangle surface approximation)
    2017-06-17 09:44:58下载
    积分:1
  • flashMem
    p2020 bsp包中flash内存测试代码(P2020,flash memory test code)
    2019-07-04 17:05:50下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载