搜索资源列表
sensorless_motor
- 利用扩展卡尔曼滤波器,将转速看成一个状态量,根据定子的电流和电压值估算转速。通过仿真对滤波器初值的选取进行了研究,得到优化的卡尔曼滤波器,试验结果表明,速度估算的准确性高,系统对于电机参数的变化不敏感,具有较强的鲁棒性。
卡尔曼滤波器英文原稿
- kalman滤波器在目标跟踪领域有着重要的应用,本文是介绍卡尔曼滤波器的英文稿,很有价值。
动态卡尔曼滤波导航试验应用
- 近来发现有些问题很多人都很感兴趣。所以在这里希望能尽自己能力跟大家讨论一些力所能及的算法。现在先讨论一下卡尔曼滤波器,如果时间和能力允许,我还希望能够写写其他的算法,例如遗传算法,傅立叶变换,数字滤波,神经网络,图像处理等等。 因为这里不能写复杂的数学公式,所以也只能形象的描述。希望如果哪位是这方面的专家,欢迎讨论更正。
卡尔曼滤波器通俗讲解
- 卡尔曼滤波器通俗讲解
卡尔曼滤波
- 简明地介绍了卡尔曼滤波器的原理,为实现卡尔曼数据融合提供了理论支撑
GPS.rar
- GPS时差数据卡尔曼滤波器 的设计与应用,The time difference between GPS data Kalman filter design and application of
Moving-Target-Detection
- 针对视频监控系统中运动目标的检测与跟踪技术研究,本文比较运动目标检测的各种方法,采用背景差法来对运动目标进行检测,并阈值化和二值化检测出运动目标区域,能达到很好的检测效果。同时,利用卡尔曼滤波器对检测出来的运动目标进行预测和跟踪,实验验证跟踪效果较好。 -To solve the moving target detection and tracking in video monitoring system,in this paper,the various methods of moving
vb语言实现的卡尔曼滤波源程序
- 初学习滤波器的有关知识,给出一个简单的卡尔曼滤波的matlab程序。vb语言实现的卡尔曼滤波源程序 (没有测试,输出部分要配合相应的过程)-early learning knowledge of the filter, is a simple Kalman filtering Matlab procedures. Vb language Kalman filtering source (no test, the output corresponding to tie part of the pr
OnTrackingofMovingObjects
- 学位论文;运动物体跟踪方法主要包括卡尔曼滤波,Mean-shift,Camshifi算法,粒子滤波器,Snake模型等;应用卡尔曼滤波方法设计了一套煤矿矿工出入自动监测系统;提出了一种新的基于高斯混合模型的颜色特征提取方法,该方法克服了现有的Camshift算法Continuousl y Adaptive eanshift中跟踪目标特征提取精确度低和计算复杂度高的缺陷-Dissertation moving object tracking methods include Kalman filt
yefu_tuoluo_jianmofenxi
- 采用时间序列分析理论,利用实际测量的数据,建立了液浮陀螺随机漂移的ARMA模型。最终,为便于将模型应用于卡尔曼滤波器中,本文给出了一种实际可行的液浮陀螺漂移模型 -Using time series analysis theory, the use of actual measurement data, the establishment of a liquid floating gyro random drift of the ARMA model. Ultimately, in orde
kalman
- 介绍卡尔曼滤波器 很容易理解 对看不懂的人基础的人看 -Introduction Kalman filter is easy to understand the basis for those who can not read people will look at
kalman-bucy
- kalman filter卡尔曼滤波器的MATLAB实现-kalman filter
kalman_intro_chinese[1]
- 关于卡尔曼的滤波算法的一些知识,主要涉及的有卡尔曼滤波器,以及一些常用滤波器的设计-kalman_intro chinese
kalmnintroduction
- 卡尔曼滤波器介绍,适合初学者了解卡尔曼滤波器的原理!-Kalman filter is introduced, suitable for beginners to understand the principle of Kalman Filter!
KalmanFilteringTheoryAndPracticeUsingMatlab
- 卡尔曼滤波器设计准则及其matlab实现-Kalman filter design criteria and implementation matlab
kalman
- 卡尔曼滤波器介绍,个人感觉比较好的资料。-kalman (explain in detail)
documentation
- 详细讲解了卡尔曼滤波器及EKF,UKF,IMM等滤波器,有例子,有仿真-Explain in detail the Kalman filter and EKF, UKF, IMM and other filters, there are examples, a simulation
kalmanfilter
- 原来被用在航天器导航,如今卡尔曼滤波器使用于许多应用程序。它主要是用来估计系统狀態只能直接观察或不准确的系统本身。-Originally developed for use in spacecraft navigation, the Kalman filter turns out to be useful for many applications. It is mainly used to estimate system states that can only be observed ind
卡尔曼滤波器和alpha-beta-gama滤波器
- 用于雷达探测点迹滤波的卡尔曼滤波器器和alpha beta gama 滤波器 matlab程序(kalman and alpha beta gama filter for radar system)
卡尔曼滤波原理及应用MATLAB仿真 pdf1
- 卡尔曼滤波原理及应用—MATLAB仿真主要介绍数字信号处理中的卡尔曼(Kalman)滤波算法及在相关领域应用。全书共7章。第1章为绪论。第2章介绍MATLAB算法仿真的编程基础。第3章介绍线性Kalman滤波。第4章讨论扩展Kalman滤波,并介绍其在目标跟踪和制导领域的应用和算法仿真。第5章介绍UKF滤波算法,同时也给出其应用领域内的算法仿真实例。第6章介绍了交互多模型Kalman滤波算法。第7章介绍Simulink环境下,如何通过模块库和S函数构建Kalman滤波器,并给出了系统是线性和非线