搜索资源列表
动态卡尔曼滤波导航试验应用
- 近来发现有些问题很多人都很感兴趣。所以在这里希望能尽自己能力跟大家讨论一些力所能及的算法。现在先讨论一下卡尔曼滤波器,如果时间和能力允许,我还希望能够写写其他的算法,例如遗传算法,傅立叶变换,数字滤波,神经网络,图像处理等等。 因为这里不能写复杂的数学公式,所以也只能形象的描述。希望如果哪位是这方面的专家,欢迎讨论更正。
kalman_intro_chinese.rar
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。,Kalman filter is an " optimal recursive data processing
EKF.RAR.rar
- 实现GPS+IMU扩展卡尔曼滤波组合导航,重力场和磁场推算姿态,Achieve the GPS+ IMU extended Kalman filter integrated navigation, gravity field and magnetic field profile projection
kalman
- 本实验是利用卡尔曼滤波器实现一维匀加速运动的轨迹跟踪。卡尔曼滤波是一种时域滤波方法,它采用状态空间方法描述系统,算法采用递推机制,数据存储量小,在导航领域有成功的应用。-This experiment is the use of Kalman filter to achieve a one-dimensional constant acceleration of the trajectory tracking. Kalman filter is a time-domain filtering m
Kalman
- 基于VC环境下的组合导航卡尔曼滤波仿真器设计-VC environment based on a combination of navigation Kalman filter simulator design
kalman
- 1960年,卡尔曼发表了他著名的用递归方法解决离散数据线性滤波 问题的论文。从那以后,得益于数字计算技术的进步,卡尔曼滤波器 已成为推广研究和应用的主题,尤其是在自主或协助导航领域。-In 1960, Kalman published his famous recursive solution using discrete data linear filtering problem papers. Since then, figures to benefit from advances
kalmanforinsandgps
- 卡尔曼滤波在INS_GPS组合导航中的应用研究-Kalman filter integrated navigation INS_GPS at the Applied Research
High-speedvehiclenavigationresearch
- 高速车辆组合导航研究,主要研究卡尔曼滤波,扩展卡尔曼滤波-High-speed vehicle navigation research, major research Kalman filter, extended Kalman filter
Highspeedvehiclenavigationresearch1
- 高速车辆组合导航研究,主要研究卡尔曼滤波,扩展卡尔曼滤波-High-speed vehicle navigation research, major research Kalman filter, extended Kalman filter
DSPF2812
- 滤波定位算法研究王慧,王伟(哈尔滨工程大学自动化学院,哈尔滨150001)摘要:研究了一种改进的卡尔曼滤波导航信号定位算法:通过测量每次接收机得到的伪距观测量-Positioning Algorithm of Filtering Wang, Wang (Institute of Automation, Harbin Engineering University, Harbin 150001) Abstract: An improved positioning signal navigation
Introduction_of_Kalman_Filter_Chinese
- 1960年,卡尔曼发表了他著名的用递归方法解决离散数据线性滤波问题的论文。从那以后,得益于数字计算技术的进步,卡尔曼滤波器已成为推广研究和应用的主题,尤其是在自主或协助导航领域。卡尔曼滤波器由一系列递归数学公式描述。它们提供了一种高效可计算的方法来估计过程的状态,并使估计均方误差最小。卡尔曼滤波器应用广泛且功能强大:它可以估计信号的过去和当前状态,甚至能估计将来的状态,即使并不知道模型的确切性质。这篇文章介绍了离散卡尔曼理论和实用方法,包括卡尔曼滤波器及其衍生:扩展卡尔曼滤波器的描述和讨论,并给
GPSandINS
- 在MATLAB环境下,使用GPS与惯性导航技术相结合的联合导航卡尔曼滤波算法-In the MATLAB environment, the use of GPS and inertial navigation technology joint navigation Kalman filter algorithm
kem
- 卡尔曼滤波算法在飞行器中的应用。根据惯性导航原理,采用卡尔曼滤波,对飞行器的横滚角、俯昂角进行校准。达到预期效果。-Kalman filtering algorithm in aircraft application. According to principles of inertial navigation, Kalman filtering, the aircraft' s roll angle, overlooking the Ngong angle calibration. To
GPSmatlab
- INS/GPS组合导航,使用卡尔曼滤波,适合学习组合导航的入门-intergrater navigation
INS_GPS_integrated_navigation_system
- 通过卡尔曼滤波并采用开环控制方式实现惯性导航和GPS的数据融合-Through the Kalman filter and use the open-loop control method to achieve inertial navigation and GPS, data fusion
IMU003
- 对基于弹载IMU/C:PS组合导航系统的动基座对准问题进行了研究与仿真 首先,分析了弹载IMU与GI S的系统误差,建立获得了其系统误差模型 然后,利用卡尔曼滤波技术,设计了弹载IMU/UPS组合导航系统的动基座对准算法 -Based on onboard IMU/C: PS Integrated Navigation System Alignment conducted a study and simulation first analyzed onboard IMU and GI S of
卡尔曼滤波算法C语言实现
- 数据滤波是去除噪声还原真实数据的一种数据处理技术, Kalman滤波在测量方差已知的情况下能够从一系列存在测量噪声的数据中,估计动态系统的状态. 由于, 它便于计算机编程实现, 并能够对现场采集的数据进行实时的更新和处理, Kalman滤波是目前应用最为广泛的滤波方法, 在通信, 导航, 制导与控制等多领域得到了较好的应用
卡尔曼滤波与组合导航原理
- 一本利用Kalman滤波进行组合导航不错的书籍!!!!!强烈建议下载!(Kalman filtering , a good book for navigation)
卡尔曼滤波与组合导航_秦永元_
- 卡尔曼滤波与组合导航 秦永元 非常优秀的一本书(Kalman filtering and integrated navigation)
四元数与线性卡尔曼求解姿态
- 四元数与线性卡尔曼滤波求解INS/GPS组合导航姿态(Four element and linear Calman filtering for INS/GPS integrated navigation attitude)