-
1111
有关机动目标跟踪,卡尔曼滤波相关的资料,对从事卡尔曼滤波研究,机动目标跟踪的朋友有参考价值 (The maneuvering target tracking, Kalman filtering relevant information, engaged in Kalman filtering, target tracking friends have reference value)
- 2010-09-08 13:42:48下载
- 积分:1
-
XWJ_XFAST1
直接扩频捕获Xfast算法仿真(包含可调SNR信息码产生)(dsss acquisition(XFAST))
- 2013-09-09 09:54:44下载
- 积分:1
-
xunhuanma
循环码的编码译码,以7,3循环码为例,有简单的文字提示(Cyclic code encoding decoding)
- 2009-12-20 19:06:07下载
- 积分:1
-
ChaosAttractors
产生混沌时间序列,Logistic映射Henon映射等。(Chaotic time series, Logistic mapping Henon mapping.)
- 2015-03-18 16:37:09下载
- 积分:1
-
matcomVCmixed-programming
讲述MATLAB与VC混合编程的一篇文章(About the mixed programming MATLAB and VC article)
- 2011-12-06 19:26:29下载
- 积分:1
-
xiongyali
matlab 匈牙利算法,百度搜到的,试了可以用(Hungarian algorithm matlab)
- 2011-09-10 17:57:33下载
- 积分:1
-
depec
用来进行滤波的,这是基于matlab环境的编程程序。(I hope this code can help others.)
- 2010-06-29 11:30:46下载
- 积分:1
-
shizhendu
这是大学毕业时设计的失真度检测仪论文,由模拟陷波器实现的剔除几波,如果改进的话,可以用数字滤波器实现,不过成本更高(It is designed for university graduation thesis distortion detector by analog notch filter removed to achieve a few waves, if improved, you can use digital filters to achieve, but higher costs)
- 2011-10-01 20:52:34下载
- 积分: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
-
myDaoju
vb与matlab混合编程的例子,COM+DLL,非常详细(vb and matlab examples of mixed programming, COM+ DLL, a very detailed)
- 2009-05-08 17:09:04下载
- 积分:1