-
Matlab-and-Visual-C-to-KF
一篇关于实现卡尔曼滤波的新方法,运用MATLAB和Visual c实现。(An article on the new method of Kalman filter implementation, the use of MATLAB and Visual c implementation.)
- 2015-04-21 11:11:00下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
guangyiyucesuanfa
广义预测算法MATLAB转化为VC++的程序,可用于三容水箱的数据的采集.(generalized predictive algorithm MATLAB into VC procedures can be used for three-tank of data acquisition.)
- 2007-06-15 10:22:46下载
- 积分:1
-
matlab(MO--FANG)
Matlab模仿程序源代码,实现模仿游戏(Matlab imitate program source code, imitation game)
- 2015-01-13 22:14:34下载
- 积分:1
-
MATLAB
简单的MATLAB拉普拉斯变换,单位阶跃响应的程序(Simple MATLAB Laplace transform of unit step response procedures)
- 2012-06-05 10:28:18下载
- 积分:1
-
kemllman
卡尔曼滤波程序。实现多维卡尔曼滤波卡尔曼滤波程序。实现多维卡尔曼滤波(Kalman filter procedure.维卡尔曼realize multi-filter
)
- 2012-04-15 14:27:34下载
- 积分:1
-
2D-Multi-Parameter-Pie-Control
2D Multi-Parameter Pie Control
- 2013-12-31 18:04:05下载
- 积分:1
-
2
说明: CMMB系统符号同步算法设计,基于同步训练序列的同步算法(CMMB system symbol synchronization algorithm design, based on the synchronization training sequence synchronization algorithm)
- 2013-04-01 16:37:37下载
- 积分:1
-
IEEE30-node-flow-calculation
是IEEE30节点的电力系统潮流计算程序,附有详细说明,经过验证,程序结构简单易懂。(it is IEEE30 node flow calculation.It incliudes explation.And it has pass the test.It is very easy to understand.)
- 2014-05-08 20:35:34下载
- 积分:1
-
radarsuanfa
是关于雷达算法的一些资料 主要是用来做速度退模糊的算法 学雷达方面的多看看(Is some information about the radar algorithm is mainly used for the speed radar back fuzzy learning algorithm' s see more)
- 2011-11-05 21:37:30下载
- 积分:1