登录
首页 » matlab » JPDA多目标关联算法的实现

JPDA多目标关联算法的实现

于 2018-08-01 发布 文件大小:5KB
0 241
下载积分: 1 下载次数: 16

代码说明:

  JPDA多目标关联算法的实现,两个目标航迹关联 ,matlab程序(JPDA multi-target association algorithm implementation, two target track association, matlab program)

文件列表:

JPDA\Data_JPDAF.m, 671 , 2009-02-07
JPDA\JPDAF.m, 17651 , 2018-06-12
JPDA, 0 , 2018-06-12

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

发表评论

0 个回复

  • STM32F103C8T6中文资料
    STM32F103C8T6中文资料,不用再阅读英文资料,便于进行开发使用。(STM32F103C8T6 Chinese data)
    2018-09-20 22:13:32下载
    积分:1
  • RBF估计干扰
    用RBF神经网络算法对非线性干扰进行估计,提高控制精度,并将其与普通滑模控制进行比较。(The RBF neural network algorithm is used to estimate the nonlinear disturbance, and the control accuracy is improved.)
    2021-04-16 14:08:53下载
    积分:1
  • java小程序,愿意和大家一起分享,挺有趣的哦.
    java小程序,愿意和大家一起分享,挺有趣的哦.-java small procedures, and is willing to share with everyone, they are interesting, oh.
    2022-10-10 15:20:02下载
    积分:1
  • MAX35104 DS Rev A
    说明:  MAX最新的计时芯片,可以用在气体计量上,单芯片集成度很高。(MAX's latest timing chip can be used in gas meter, with a high degree of integration on a single chip.)
    2020-09-02 16:38:08下载
    积分:1
  • 简单的原代码统计
    简单的原代码统计-simple statistics of the original code
    2022-03-18 01:12:22下载
    积分:1
  • OpenSees拱桥模型
    OpenSees是目前抗震领域常用的仿真软件,本文件提供了OpenSees拱桥模型,用于拱桥的抗震分析。(OpenSees arch bridge model)
    2017-12-26 12:32:24下载
    积分:1
  • SDRAM
    SDRAM
    2022-05-07 09:34:55下载
    积分:1
  • Hangman
    非图形版的小巧玲珑的Hangman! 不一样的感觉!(non-graphic version of the small size of Hangman! Not the same feeling!)
    2006-07-29 04:57:12下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • 使用模拟退货思想解决tsp(旅行者问题),下载后看说明使用程序...
    使用模拟退货思想解决tsp(旅行者问题),下载后看说明使用程序-Return thinking the use of simulation to solve tsp (travelers) will look after downloading the use of procedures
    2022-03-18 06:22:43下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载