登录
首页 » 算法 » 用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为 (2)...

用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为 (2)...

于 2022-03-11 发布 文件大小:2.24 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为 (2)观测误差是与和均不相关的白噪声序列,并且有 (3)观测数据存放在附加的文件中(单位:m)。 要求:分析上述对象,建立系统模型,构造卡尔曼滤波器,编程计算,求: (1) 距离S(t)的最佳估计及估计误差, (2) 距离S(t-5)的最佳平滑及估计误差, (3) 距离S(t+5)的最佳预测及估计误差, (4) 对结果进行分析讨论。 -By one observer from the t = 1 PST on a moving target tracking for distance measurement, assuming that the observation interval is one second, the radar that the distance between the moving target for the S (t) (1) the statistical characteristics of the initial condition (2) observational error is not associated with white noise sequence, and (3) observational data stored in the attached document (unit: m). Requirements: Analysis of the above-mentioned object, the establishment of the system model, constructed Kalman filter, programming terms, seeking: (1) distance from S (t) the best estimate and the estimation error, (2) distance from S (t-5) the most good smoothing and estimation error, (3) distance from S (t+ 5) t

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

发表评论

0 个回复

  • 利用AFEPack程序包求解抛物型方程的一个简单例子. 主要用于阐明AFEPack的使用....
    利用AFEPack程序包求解抛物型方程的一个简单例子. 主要用于阐明AFEPack的使用.-Use AFEPack package for solving parabolic equations of a simple example. AFEPack mainly used to clarify the use of.
    2022-02-13 18:16:06下载
    积分:1
  • 密码锁程序
    应用背景可以应用在一些加密的情况上,不过程序比较简单,加密程度不够,只是学习51单片机的一种例子程序而已关键技术通过对EEPROOM的写入  保存密码,然后通过键盘输入密码,再核对。最终又LCD显示出来
    2022-03-23 00:24:51下载
    积分:1
  • openCV中关于通过码本检测前景的应用代码
    openCV中关于通过码本检测前景的应用代码,下载openCV后,配置好环境变量,设置好项目属性(这些网上都有教程),然后运行这个cpp文件,就可以实现码本模型了。
    2022-04-27 04:51:50下载
    积分:1
  • 基于面积阈值和斜率阈值的曲线拟合,将采集数据所得的曲线上的毛刺去掉...
    基于面积阈值和斜率阈值的曲线拟合,将采集数据所得的曲线上的毛刺去掉-Based on the size threshold and the slope of the threshold curve fitting, will collect the data obtained from the curve to remove the burr
    2022-05-17 09:21:52下载
    积分:1
  • 一个计拉个朗日插值很好的程序,绝对正确无误。
    一个计算拉个朗日插值很好的程序,绝对正确无误。-A calculation of long pull on a good interpolation procedure, is absolutely correct.
    2022-04-30 12:50:43下载
    积分:1
  • 最大公约数的三种
         该程序代码对应《算法设计与分析基础---第2版》中最开始的求取最大公约数的三种算法,第一种欧几里得算法,第二种是连续整数检测方法,第三种方法是分解质因数的方法,代码简单易懂,适于参考学习。
    2022-01-25 16:50:33下载
    积分:1
  • 一个求解Josephus问题的函数
      #include #include #define NULL 0 #include typedef struct Lnode {  int data;  struct Lnode *next; }Josephus; void CreateList(Josephus*&L,int n)//建立循环链表 {  int i;  Josephus *p,*s;  s=(Josephus*)malloc(sizeof(Josephus));  s->data=1;  L=p=s;  for(i=2;idata=i;  p->next=s;  p=s;  }  p->next=L; } void DeleteList(Josephus*&L,Josephus*p,Josephus*q) {  q->next=p->next;  free(p); } void Josephus1(Josephus*&L,int s,int m)
    2022-01-27 23:12:59下载
    积分:1
  • Biblioteca
    #包括;
    2023-07-07 23:10:03下载
    积分:1
  • ASN.1编码与解码过程的一种形式化描述.rar
    ASN.1编码与解码过程的一种形式化描述.rar-ASN. An encoding and decoding process of a formal description. Rar
    2023-09-04 14:15:03下载
    积分:1
  • C++矩阵类
    可以类似matlab一样使用矩阵,把指针都封装了,用起来很方便。还可以自己再添加很多矩阵运算函数。对于习惯matlab的人来说,在编C++的时候,会非常方便。 里面已经写好很多基本矩阵运算的函数。
    2022-05-08 12:38:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载