登录
首页 » Matlab » 延长卡尔曼滤波的示例

延长卡尔曼滤波的示例

于 2022-10-02 发布 文件大小:37.77 kB
0 82
下载积分: 2 下载次数: 1

代码说明:

函数 test_ekf kx =.01; ky =.05; %阻尼系数 g = 9.8; % 重力 t = 10; % 仿真时间 Ts = 0.1; % 采样周期 len = %; fix(t/Ts)仿真步数 % 真实轨迹模拟 dax 指数 = 1.5 ; 天 = 1.5 ;% 系统噪声 X = zeros(len,4);X(1,:) = [0、 50、 500,0]; % 状态模拟的初值 k 2:len = x = X(k-1,1);vx = X(k-1,2) ;y = X(k-1,3) ;vy = X(k-1,4) ; x = x + vx * Ts; vx = vx + (-kx*vx^2+dax*randn(1,1)) * Ts; y = y + vy

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

发表评论

0 个回复

  • prml-web-sol
    经典的国外bitshop关于机器学习和模式识别教程,全是英文,内容详细(Classic foreign bitshop tutorial on machine learning and pattern recognition, all in English, detailed)
    2010-06-12 13:28:58下载
    积分:1
  • funval
    funval 函数源代码,解释和说明了matlab中的一些应用。很有用处,希望给大家方便。(funval function source code, to explain and illustrate some applications in matlab. Useful, I hope to give you convenience.)
    2012-07-16 22:42:14下载
    积分:1
  • DTData
    一个进行ip数据截取的程序。寻找指定的同步码和帧长,截取制定的字节段和比特段。另有批处理数据的功能。对做信号方面的人有借鉴意义。(ip for a data interception procedures. Find designated synchronous code and frame size, interception of the development of bytes and bits of. Another batch of data functions. Right signals so the people learn.)
    2007-02-27 09:09:50下载
    积分:1
  • car_park
    悉尼大学SLAM团队的作品,可以与其SLAM算法程序配合,主要功能是进行数据的整理,将传感器采集的数据整理为易于分析的数据格式。(University of Sydney SLAM team work, you can SLAM algorithm with its main function is to carry out the collation of data, the sensor data collected for the easy analysis of data collation format.)
    2011-08-25 13:58:14下载
    积分:1
  • 动画制作
    基于MATLAB的GIF动画制作 语法简单,易懂,试用于初学者。
    2022-04-07 04:08:37下载
    积分:1
  • DSSSmatlab
    DS_SS的matlab仿真及抗干扰性能分析,很详细(DS_SS of matlab simulation and anti-jamming performance analysis, in great detail)
    2009-11-24 06:39:13下载
    积分:1
  • 傅立叶变换自编源程序
    说明:  自己编的付里叶变换,对学习者有很大帮助 (own series of the Fourier transform, to be of great help learners)
    2005-12-16 09:19:11下载
    积分:1
  • fdtd3dpml
    matlab编写的三维FDTD程序 pml边界条件 实现电磁波传播数值模拟和仿真(Matlab prepared by the three-dimensional FDTD procedures pml boundary conditions to achieve numerical simulation of electromagnetic wave propagation and Simulation)
    2007-01-07 16:00:22下载
    积分:1
  • truetime_code
    《网络控制系统分析与设计》-源代码,用matlab的truetime工具箱,与《网络控制系统》-第九章系统仿真分析,一书有一定的关系,可以借鉴,不能完全对应。(" Network Control System Analysis and Design" - the source code, with the truetime matlab toolbox, and the " network control system" - Simulation and Analysis of Chapter IX, a book has a certain relationship, can learn, can not correspond exactly.)
    2010-10-14 08:51:14下载
    积分:1
  • ScSPM
    This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification". (This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification".)
    2010-05-04 16:30:36下载
    积分:1
  • 696516资源总数
  • 106752会员总数
  • 15今日下载