-
CVKFilter
原创的,使用vc++实现匀速运动模型(constant velocity)的kalman滤波,可以运行,并有matlab测试程序对滤波结果进行对比。(vc++ constant velocity kalman filter。the matlab m file can obervers the filter results)
- 2011-05-23 15:50:21下载
- 积分:1
-
VB-Matlab
详尽介绍了VB和MATLAB混合编程的实现与应用方法(Detailed introduction of the mixed VB and MATLAB programming and application of methods to achieve)
- 2007-08-28 00:17:59下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
FANYI
关于恶意代码检测和LTE网络,4G的LTE-A网络的外语文章的翻译论文(Foreign-language article about malicious code detection and lte network, lte-a network of 4g)
- 2014-01-02 18:09:59下载
- 积分:1
-
Chap1
雷达系统设计的 matlab仿真,matlab仿真雷达信号
(Matlab simulation of the radar system design, Matlab simulation radar signal)
- 2012-06-06 21:40:37下载
- 积分:1
-
T3
说明: PROJECT ANALYSE WITH 3D MODEL AND PIE CHART MENU
- 2014-05-25 10:00:09下载
- 积分:1
-
SerialComM
说明: 实现的串口通信;的MATLAB与C
在MATLAB与C数据交换中有用(Achieve serial communication the MATLAB and C in MATLAB and C useful for data exchange)
- 2011-02-28 10:19:55下载
- 积分:1
-
C++YUmatlabDlg
C++与MATLAB接口的实例
对于学习C++和MATLAB 很有帮助
请珍惜(C and MATLAB interface examples for learning C++ And MATLAB helpful please Value)
- 2008-04-02 12:30:16下载
- 积分:1
-
gaosiruili01
高斯白噪声瑞利信道的分析,通过眼图来分析信道的衰落(Gaussian white noise channel Rayleigh's analysis, through eye diagram to analyze the decline of channel)
- 2007-05-13 11:23:03下载
- 积分:1
-
Hough-tuoyuan
Hough检测直线,圆,椭圆的代码
其中椭圆是用matlab(Hough line detection, round, oval ellipse code which is used Matlab)
- 2006-12-30 22:51:56下载
- 积分:1