搜索结果
找到约 414 项符合
VD-KALMAN 的查询结果
数学计算 runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z)
runs Kalman-Bucy filter over observations matrix Z
for 1-step prediction onto matrix X (X can = Z)
with model order p
V = initial covariance of observation sequence noise
returns model parameter estimation sequence A,
sequence of predicted outcomes y_pred
and error matrix Ey (reshaped) for y and Ea ...
DSP编程 Sensorless Control with Kalman Filter on TMS320 Fixed-Point DSP
Sensorless Control with Kalman Filter
on TMS320 Fixed-Point DSP
matlab例程 离散系统滑模跟踪的kalman应用
离散系统滑模跟踪的kalman应用,希望对大家有用
matlab例程 kalman滤波的MATLAB程序,递归算法的实现.详细请看介绍.
kalman滤波的MATLAB程序,递归算法的实现.详细请看介绍.
行业发展研究 kalman的经典介绍文章
kalman的经典介绍文章,附带文章中实际例子的原程序.
matlab例程 基于kalman滤波的信息融合程序
基于kalman滤波的信息融合程序,对理解kalman滤波原理有一定帮助
matlab例程 用matlab语言编写的kalman滤波的demo 调试通过 滤波结果用图可直观看到 程序简单实用
用matlab语言编写的kalman滤波的demo
调试通过 滤波结果用图可直观看到 程序简单实用
其他 Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/ka
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~murphyk/Software/KPMtools.html
3. Assuming you installed all these files in your matlab directory, In ...
其他 按照课程安排而编写的基本的KALMAN滤波程序
按照课程安排而编写的基本的KALMAN滤波程序,属于最基本的~