登录
首页 » matlab » VB_Matlab_Tracking.zip

VB_Matlab_Tracking.zip

于 2018-10-20 发布 文件大小:4KB
0 294
下载积分: 1 下载次数: 16

代码说明:

  利用变分贝叶斯算法进行目标跟踪,可以应对噪声统计特性未知的情况。(This matlab code uses VB for target tracking.)

文件列表:

Matlab code for the paper 'A Novel Adaptive Kalman Filter with Inaccurate Process and Measurement Noise Covariance Matrices'\aprivbkf.m, 1135 , 2018-01-02
Matlab code for the paper 'A Novel Adaptive Kalman Filter with Inaccurate Process and Measurement Noise Covariance Matrices'\kf.m, 245 , 2018-01-02
Matlab code for the paper 'A Novel Adaptive Kalman Filter with Inaccurate Process and Measurement Noise Covariance Matrices'\main.m, 4390 , 2018-01-02
Matlab code for the paper 'A Novel Adaptive Kalman Filter with Inaccurate Process and Measurement Noise Covariance Matrices'\utchol.m, 648 , 2011-03-30
Matlab code for the paper 'A Novel Adaptive Kalman Filter with Inaccurate Process and Measurement Noise Covariance Matrices', 0 , 2018-01-02

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

发表评论

0 个回复

  • Scheduling_parallel_machine_problem_unde
    说明:  Scheduling_parallel_machine_problem_unde
    2019-04-21 20:10:47下载
    积分:1
  • polar+code源码
    完成极化码的全流程编码及仿真,完整可用。(Complete the whole process coding and Simulation of polarization code, complete and available.)
    2019-03-08 17:56:00下载
    积分:1
  • labview PID控制(课设)
    labview实现模糊PID控制的例程,控制温度的调节,并且实时显示图像(LabVIEW implementation of fuzzy PID control routines.Control temperature adjustment and display images in real time.)
    2018-08-28 16:46:35下载
    积分:1
  • FE-elastic-plastic
    FE cod for solving 3D elastic plastic problem using mixed hardening.
    2020-07-20 12:29:01下载
    积分:1
  • 一个不错的哦????呵呵!下吧!哈哈够了吗/
    一个不错的哦????呵呵!下吧!哈哈够了吗/-a good Oh Oh! Next! Haha enough yet /
    2023-07-28 05:45:03下载
    积分:1
  • led_1wei_inc_dec
    说明:  本代码完成了一位数的加减法运算,并实现了在LED屏幕上的显示操作过程(This code completes the addition and subtraction operation of one digit, and realizes the display operation on the LED screen)
    2020-03-29 12:34:58下载
    积分:1
  • Txiing
    说明:  使用遗传算法优化机场滑行最短距离,以及使用经典最短路径计算最短滑行总路径。(Genetic algorithm is used to optimize the shortest taxi distance and the classical shortest path is used to calculate the shortest total taxi path.)
    2021-04-12 09:48:57下载
    积分:1
  • VC++ 6.0简单屏幕画笔源代码
    VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:   void CMyWnd::OnRed()//选中绿色   {    ColorX=255;    ColorY=0;    ColorZ=0;   }   void CMyWnd::OnYellow()//选中黄色   {    ColorX=255;    ColorY=255;    ColorZ=0;   }   void CMyWnd::OnGreen() //选中绿色   {    ColorX=0;    ColorY=255;    ColorZ=0;   }   void CMyWnd::OnBlue() //选中蓝色   {    ColorX=0;    ColorY=0;    ColorZ=255;   }   void CMyWnd::OnAdd() //增加画笔大小   {    ADxy+=1;   }   void CMyWnd::OnDec() //增加画笔大小   {    if (ADxy!=1)    ADxy-=1;   }   void CMyWnd::OnAbout() //增加画笔大小   {    //AfxMessageBox("你好");    //显示关于对话框    CLjxDlg dlg;    int xxx=dlg.DoModal();   }
    2022-11-18 14:20:03下载
    积分:1
  • Birthday
    给定日期,然后输入天数,计算输入天数之后的日期是多少(Given date, and then enter the number of days to calculate the number of days after the date of entry is the number)
    2014-03-04 17:47:21下载
    积分:1
  • Backtrack
    0-1背包Backtrack,算法中回索法的一个好例子(0-1 Knapsack Backtrack, back Sofa algorithm a good example of)
    2009-07-08 17:24:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载