搜索资源列表
kalmanfiler
- 卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filtering C program Kalman filter is
ExampleCode_iSensor_ADIS16405
- 在keil c开发环境下,采用C语言编写的对惯性测量单元(IMU+磁力计)ADIS16405的测试程序,希望能有所帮助-In keil c development environment, written using C language on the inertial measurement unit (IMU+ magnetometer) ADIS16405 testing procedures, hoping to help
kalman5
- 卡尔曼滤波算法在TI TMS320C6713 DSP上的实现 具有较高应用价值-Kalman filter algorithm on the TI TMS320C6713 DSP to achieve high value
kfilter
- function [k,s] = kfilter(A,C,V1,V2,V12) function [k,s] = kfilter(A,C,V1,V2,V12) KFILTER can have arguments: (A,C,V1,V2) if there are no cross products, V12=0. KFILTER calculates the kalman gain, k, and the stationary -functi
kalman-C
- 卡尔曼滤波器的C语言程序,看不懂也可直接代入变量-The kalman filter C language program, only supplies the reference
Kalman-filter-C-code
- 卡尔曼滤波C代码实现,内含卡尔曼滤波原理和详细的c代码,便于嵌入式系统使用-Kalman filter C code implementation
filter__C
- 介绍各种滤波器的C语言实现,有FIR的低通、高通、带通、带阻等,卡尔曼滤波器-C language describes the various filters, FIR low pass, high pass, band pass, band stop, the Kalman filter
KalmanFilter
- 使用C语言开发的基于DSP的kalman滤波算法,输入数据做成头文件的形式包含在工程中,并针对测量矩阵对一些矩阵运算进行了简化。使用的硬件平台为TMS320C5509A开发板,运行通过,结果和MATLAB仿真结果一致!-Kalman filtering algorithm based on DSP development using C language, made of the input data in the form of the header files included in the
main-fex
- 代码使用C编写,平台为Cortex-M3 系列STM32F107VCT开发板。 用于将ARM ADC通道获取的5s 400Hz双通道信号,共2000*2个, 通过卡尔曼滤波,提取主成分,8组(共16个)个特征,最后将此信号分类成4种。 此源码为其中核心部分,VC测试通过。(不含信号文件和基础源文件)-Code written in C, the platform for Cortex-M3 series STM32F107VCT development board. ARM ADC c
KalmanFilter
- 卡尔曼滤波的C程序实现,实现对下一时间数据的预测和对数据的融合。-Kalman filter C program, to achieve the forecast for the next time data and data integration.
kalman
- 卡尔曼滤波算法的c文件,通过算法可以实现精准的滤波和姿态估算-Kalman filter algorithm c file, the algorithm can be achieved through precise filtering and attitude estimation
StateEST_Kestrel
- c++的卡尔曼状态估计程序,程序可以直接使用。来源于Ka的控制器。-c++ Kalman state estimation, the program can be used directly. Ka from the controller.
KalmanCin
- Kalman滤波的C语言程序。可在嵌入式系统中进行移植。-Kalman filter C language program. Can transplant in embedded systems.
KalmanCin
- Kalman滤波的C语言程序。可在嵌入式系统中进行移植。-Kalman filter C language program. Can transplant in embedded systems.
kalman_prototype
- 卡尔曼滤波器关于C语言的标准模型,结果收敛,模型正确。-Kalman filter on the standard model of the C language, the result of convergence, the model is correct.
pid-and-karman
- 参加飞思卡尔的同学肯定在知道采集传感器后的数据往往需要进行数据融合,卡尔曼滤波是一种数据融合算法,本学习资料主要是基于C语言的卡尔曼滤波和PID控制,仅提供参考-Freescale' s students participate certainly know after data acquisition sensors often require data fusion, Kalman filtering is a data fusion algorithm, this study is
Kalman
- 可用于MPU6050的卡尔曼滤波程序,具有详细注释。-Kalman Filter C Code.
C
- 经MATLAB Coder装换出的卡尔曼滤波、均匀滤波、目录读取、和sobel边缘检测的C程序-MATLAB Coder converted by the Kalman filter, even the filtering, directory read, and sobel edge detection C program
kalman
- Use Kalman filter to track c++ and OpenCV
kalman
- 这是关于卡尔曼滤波的C语言程序源码,欢迎大家下载(This is the Calman filter C language program source code, welcome to download.)