-
genetic-algorithm-TSP
介绍求解TSP问题的遗传算法,附带源代码和城市节点数据。(Introduced genetic algorithm for solving TSP problem,including the supplementary data source code and city nodes.)
- 2014-12-04 16:04:58下载
- 积分:1
-
nonlinearKalmanfilter
卡尔曼滤波程序实现,非线性卡尔曼滤波,matlab程序(Nonlinear Kalman filtering, matlab program)
- 2014-09-20 19:53:40下载
- 积分:1
-
binary-phase-shift-
现代通信原理课程中,在MATLAB中实现二进制相移键控调制程序。(Modern communication theory course, to implement in MATLAB binary phase shift keying modulation program.)
- 2011-10-04 10:38:18下载
- 积分: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
-
OSGEarthdm0828
一个完整的osgearth程序,飞机在空中飞行,并用线条标出飞机移动的轨迹,效果见1.jpg.osgearth需要事先完成安装配置等工作(A complete osgearth procedures, aircraft flying in the air, and marked with lines of track aircraft movement, the effect see 1.jpg.osgearth requires prior completion of the installation configuration, etc.)
- 2014-02-05 19:31:56下载
- 积分:1
-
w_ipp-sample-jpeg_p_5.0.010
intel的ipp性能库sample code,提供了加速的静态图象处理示例,充分显示了ipp在多核平台下的性能优势(intel performance of ipp library sample code, provided the acceleration of static image processing example, it shows that in multi-core platform ipp performance advantages)
- 2007-08-29 11:12:54下载
- 积分:1
-
vp712
基于matlab GUI界面设计,关于超声波倒车雷达测距的,部分实现了追踪测速迭代松弛算法。( Based on matlab GUI interface design, About ultrasonic parking radar ranging, Partially achieved tracking speed iterative relaxation algorithm.)
- 2017-04-16 22:53:08下载
- 积分:1
-
111
这是一个非常有用的程序主要是用来光谱预处理的手段有一阶导数和二阶导数(this isa very useful program)
- 2015-09-21 18:42:30下载
- 积分:1
-
VCPP-Matlab
VC++与Matlab混合编程之引擎操作详解(VC++ and Matlab programming of hybrid engine Operational Details)
- 2011-09-27 18:05:53下载
- 积分:1
-
MATLAB-optimation
matlab优化方法 不精确的一维线性搜索(matlab optimization method inaccurate one-dimensional linear search)
- 2012-10-24 18:38:20下载
- 积分:1