zafarali12 在 2012-03-19 15:56:10 上传
说明:Contains the paper on kalman filter based target tarcking and several matlab codes for kalman filtering.
开发平台:matlab | 大小:509KB | 下载8次
userpudn123 在 2012-03-15 14:22:43 上传
说明:Calculates adaptive autoregressive (AAR) and adaptive autoregressive moving average estimates (AARMA) of real-valued data series using Kalman filter algorithm. REFERENCE: A. Schloegl (2000), The electroencephalogram and the adaptive autoregressive model: theory and applications.ISBN 3-8265-7640-3 Shaker Verlag, Aachen, Germany.
开发平台:matlab | 大小:3KB | 下载33次
glamura 在 2012-03-14 11:09:36 上传
说明:Kalman filter of lineal system
开发平台:matlab | 大小:1KB | 下载9次
hongqi 在 2012-02-29 11:14:06 上传
说明:kalman 滤波+matlab编程开发
开发平台:matlab | 大小:3102KB | 下载2次
ashadevi 在 2012-02-14 11:13:26 上传
说明:this program describes the partical filter and extended kalman filter used to reduce the error to get better accuracy of the position
开发平台:matlab | 大小:11KB | 下载13次
jianqiang928 在 2012-02-02 17:36:06 上传
说明:kalman滤波算法应用matlab语言来实现。
开发平台:matlab | 大小:13KB | 下载6次
abram1977 在 2012-01-31 22:37:32 上传
说明:Kalman Filter Simulation 卡尔曼滤波器
开发平台:C/C++ | 大小:7KB | 下载12次
cspark65 在 2012-01-27 18:37:03 上传
说明:kalman filter design for windowing radar target detection
开发平台:Windows_Unix | 大小:1KB | 下载8次
zizi zhiqiu 在 2012-01-12 10:16:52 上传
说明:一连续平稳的随机信号x(t),自相关函数RX(t)=e-/t/,信号x(t)为加性噪声所干扰,噪声是白噪声,测量值的离散值Z(k)为已知,TS=0.02s。 -3.2,-0.8,-14,-16,-17,-18,-3.3,-2.4, -18,-0.3,-0.4,-0.8,-19,-2.0,-1.2,-11,-14,-0.9,0.8,10,0.2,0.5,-0.5,2.4,-0.5,0.5,-13,0.5,10,-12,0.5,-0.6,-15,-0.7,15,0.5,-0.7,-2.0,-19,-17,-11,-14。 自编卡尔曼滤波递推程序,估计信号x(t)的波形。
开发平台:matlab | 大小:1KB | 下载77次
Zulfi 在 2012-01-11 06:50:39 上传
说明:Unscented Kalman filter and Kalman Filter
开发平台:matlab | 大小:2KB | 下载21次
snthej 在 2012-01-10 00:19:39 上传
说明:The open source project DSP_INS is an inertial navigation system on the TI DSP platform TMS320F28335 with MEMS inertial sensors and commercial GPS module. Inertial sensors are actually used only for estimating attitude, heading and velocity. Position information totally comes from GPS (see Q2 in FAQ part). Currently the MEMS IMU (Inertial Measurement Unit) ADIS16355 and GPS module u-blox LEA-5H are supported. DSP_INS also reads magnetic field data from HONEYWELL HMC1051/1052. You can also use the latest IMU module ADIS16405, which also contains magnetic field sensors. There is a 10-order extended Kalman filter in DSP_INS, which takes angular velocity, acceleration, magnetic field, and GPS velocity as inputs. It provides outputs including angular velocity, acceleration, attitude, heading, velocity, and position (from GPS) every 10 milliseconds. DSP_INS is proved to be effective and reliable in several robot and UAV projects.
开发平台:C/C++ | 大小:1643KB | 下载212次
ldw5258 在 2011-12-27 19:22:11 上传
说明:使用遗传算法的自适应Kalman滤波器,下自万方数据库.
开发平台:Windows_Unix | 大小:197KB | 下载19次
ctr2008 在 2011-12-23 23:44:32 上传
说明:1、对观测数据进行卡尔曼滤波,得到预测的航迹以及估计误差的均值和标准差 2、返回值包括滤波预测后的估计航迹,以及均值和误差协方差
开发平台:matlab | 大小:1KB | 下载60次
amosunny 在 2011-12-21 15:48:06 上传
说明:带高斯白噪声的Kalman滤波Matlab代码,每一步都有详细的注释,和kalman滤波的五个公式对应。并有高斯白噪声的产生函数,function G = CreateGauss(E,D,M,N) 产生均值为E,方差为D,MxN的高斯白噪声矩阵
开发平台:matlab | 大小:1KB | 下载241次
sdfs ewee 在 2011-12-21 10:57:57 上传
说明:卡尔曼滤波的GUI编程Kalman filter GUI programming
开发平台:matlab | 大小:231KB | 下载24次
bullgx 在 2011-12-16 14:16:38 上传
说明:Learn Kalman Filter
开发平台:matlab | 大小:3KB | 下载10次
bullgx 在 2011-12-16 14:13:37 上传
说明:Learning the Kalman Filter
开发平台:matlab | 大小:3KB | 下载6次
koufax00 在 2011-12-07 20:32:55 上传
说明:kalman filter estimator
开发平台:matlab | 大小:1KB | 下载9次
prettyboylin 在 2011-12-04 10:19:00 上传
说明:这是一个卡尔曼滤波器估计SOC的程序,希望对大家有用!
开发平台:matlab | 大小:2KB | 下载437次
milad_titan 在 2011-12-02 16:53:54 上传
说明:extended kalman filter
开发平台:matlab | 大小:1KB | 下载16次
Ikerzly 在 2011-12-01 23:58:47 上传
说明:利用kalman滤波实现GPS定位精度的提高
开发平台:PDF | 大小:460KB | 下载24次
danmianjing 在 2011-11-25 20:21:03 上传
说明:卡尔曼滤波 简单的程序实现 适合初学者
开发平台:matlab | 大小:5KB | 下载5次
zcl1515 在 2011-11-24 16:24:24 上传
说明:kalman 滤波器,初学者的参考,最好先学习一下其推到过程
开发平台:matlab | 大小:248KB | 下载6次
JY.Lau 在 2011-11-01 15:39:49 上传
说明:Kalman Filter作者指定的tutorial,好好品读,肯定有收获
开发平台:PDF | 大小:131KB | 下载3次
lijnoo 在 2011-10-26 22:14:34 上传
说明:卡尔曼滤波与组合导航的教材,介绍了卡尔曼滤波器和扩展卡尔曼滤波器等,以及它在组合导航中的应用。
开发平台:PDF | 大小:6247KB | 下载37次
kelly_du 在 2011-10-26 10:33:08 上传
说明:对于初学者来说,有助于理解滤波器的原理还附有简单的matlab编程
开发平台:matlab | 大小:322KB | 下载17次
wodegege 在 2011-10-17 10:14:05 上传
说明:mean shift结合卡尔曼预测器 目标跟踪
开发平台:PDF | 大小:252KB | 下载75次
idaohang 在 2011-10-13 18:32:55 上传
说明:编写的一个关于kalmanfilter的算法,比较实用,适合学习一下
开发平台:matlab | 大小:58KB | 下载9次
hbcysj 在 2011-10-06 23:21:21 上传
说明:卡尔曼滤波/卡尔曼原理/卡尔曼滤波源代码
开发平台:C/C++ | 大小:235KB | 下载27次
lanhua480 在 2011-10-05 11:45:01 上传
说明:该函数实现标准的卡尔曼滤波算法,用于状态估计,目标跟踪
开发平台:matlab | 大小:1KB | 下载43次