搜索资源列表
rqrerqr
- 这是卡尔曼滤波的一本有关的书 希望对大家有用-This is the Kalman Filter a hope that the book useful for all
INS_GPS
- INS_GPS导航中联邦卡尔曼滤波算法 INS_GPS导航中联邦卡尔曼滤波算法-INS_GPS federal navigation Kalman filter algorithm INS_GPS federal navigation Kalman filter Algorithm
clock12323232
- 工学博士学位论文 目前,扩展卡尔曼滤波是研究初始对准和惯性/GPS组合导航问题的一个主要手段。 但初始对准和惯性/GPS组合导航问题本质上是非线性的,对-Engineering PhD thesis Currently, EKF is the initial alignment study and inertial / GPS navigation of a major means. However, initial alignment and inertial / GPS navigation
SDINS_quaternion
- 采用四元数方法推导出SDINS数学平台角误差方程和速度误差方程,并以此建立非线性初始对准误差模型,应用扩展卡尔曼滤波(EKF)进行精对准,确定初始失调角。-using quaternion approach derived platform SDINS mathematical equations and the error rate of error equation, and the establishment of this initial alignment error nonlinea
kalma
- 卡尔曼滤波算法的Vc程序,在Vc环境下完成算法的实现。
Kalmanfilteringalgorithmimprovementandcomputersimu
- 以组合大视场星敏感器的卫星自主导航方法为例,设计改进的广义卡尔曼滤波算法,通过仿真,可以看出该算法对减小采样周期所带来的轨道误差有很好效果。
SAfilteringmethod
- 卫星姿态确定及敏感器误差修正的滤波算法研究。介绍了几种不同的滤波算法,如卡尔曼滤波,扩展卡尔曼滤波,粒子滤波等在姿态确定上的应用,并比较了它们仿真的结果
GPS.rar
- GPS时差数据卡尔曼滤波器 的设计与应用,The time difference between GPS data Kalman filter design and application of
tuoluo_piaoyi_feipingwenshijian
- 将非平稳时间序列的状态空间建模方法用于陀螺过渡过程的分析.基于平滑先验约束的概念,使用卡尔曼滤波和赤池的AIC方法拟合全局模型,得到陀螺漂移模型的若干数值结果并用于陀螺系统分析.由于观测序列的趋势项、不规则分量可同时建模,因此比分别建模在统计上更加准确有效.-Will be non-stationary time series state space modeling method for the analysis of the transition process gyro. Priori s
chuanyong_tuoluo_wuchamoxing
- 在对船用陀螺漂移数据建立时间序列模型的基础上,采用卡尔曼滤波算法对捷联陀螺漂移数 据进行了处理,以提高陀螺静态漂移误差系数的估计精度,并把得到的陀螺漂移误差模型实时补偿到捷联系统中,得到了满意的效果。-Marine gyro drift in the data time series model based on the Kalman filter algorithm using inertial gyro drift data were processed to enhance the g
kalman
- 卡尔曼滤波的很好的学习资料,有中文翻译版本,非常有助于学习-Kalman filtering of good learning materials, has the Chinese translation version, very useful in studying
EKF
- 扩展卡尔曼滤波算法程序,MATLAB编写。相当好用-Extended Kalman filter algorithm program, MATLAB write. Very nice
3
- 用卡尔曼滤波法,虽然刚开始的初始高度协方差很大为100,但通过2步之后减小到不超过1,逐渐接近于0-Kalman filtering method, although the beginning of the initial height of 100 covariance great, but by following the two-step reduced to no more than 1, and gradually close to 0
3
- 用卡尔曼滤波法,虽然刚开始的初始高度协方差很大为100,但通过2步之后减小到不超过1,逐渐接近于0-Kalman filtering method, although the beginning of the initial height of 100 covariance great, but by following the two-step reduced to no more than 1, and gradually close to 0
4
- 卡尔曼于1960年提出了离散系统线性滤波的递推求解方法即卡尔曼滤波算法。该滤波算法是基于线性最小平方法的、进行有效递推计算的一组数学方程式,算法功能强大,支持对过去、现在和将来状态的估算。-Kalman in 1960 proposed a linear discrete-time systems to solve recursive filtering methods for the Kalman filter. The filtering algorithm is based on the
4
- 卡尔曼于1960年提出了离散系统线性滤波的递推求解方法即卡尔曼滤波算法。该滤波算法是基于线性最小平方法的、进行有效递推计算的一组数学方程式,算法功能强大,支持对过去、现在和将来状态的估算。-Kalman in 1960 proposed a linear discrete-time systems to solve recursive filtering methods for the Kalman filter. The filtering algorithm is based on the
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
Basedonmaximuma
- 卡尔曼滤波是信号处理的重要工具,而极大似然估计是概率论的重要思想,两者结合会解决一系列类似的问题-Kalman filtering is an important tool for signal processing, while the maximum likelihood estimation is the important thinking of the probability theory, a combination of both will solve a series of si
卡尔曼滤波算法C语言实现
- 数据滤波是去除噪声还原真实数据的一种数据处理技术, Kalman滤波在测量方差已知的情况下能够从一系列存在测量噪声的数据中,估计动态系统的状态. 由于, 它便于计算机编程实现, 并能够对现场采集的数据进行实时的更新和处理, Kalman滤波是目前应用最为广泛的滤波方法, 在通信, 导航, 制导与控制等多领域得到了较好的应用
SOC estimation
- 基于改进Sage-H璐a的自适应无迹卡尔曼滤波 的锂离子电池SOC估计(Adaptive unscented Calman filtering based on improved Sage-H Lu a SOC estimation of lithium ion batteries)