-
Matcom
介绍如何使用matcom实现matlab和C++的混合编程,利用matcom将.m文件直接转成.cpp文件(matcom,matlab,c++)
- 2009-09-07 19:45:51下载
- 积分:1
-
IniSnake
一个自己写的设置SNAKE初始节点的MATLAB程序,以绿色十字标记节点位置,在此基础上可以编制自己的SNAKE算法,(himself wrote a set of Snake initial nodes MATLAB procedures to Green Cross markings node location, on this basis can prepare their own Snake algorithm, huh)
- 2005-07-29 18:12:42下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(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步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1
-
MATLAB-Programming
Matlab编程(Stephen.J.Chapman编.刑树军.郑碧波译.),适用于初学者快速入门。(Matlab programming, suitable for beginners to get started quickly.)
- 2013-11-08 10:02:44下载
- 积分:1
-
00737
无源定位各种体制与方法的总结和概述,并做了详细的对比,最后给出源代码及结论(Analyses of the geolocation accuracy that can be obtained
from shipborne sensors by use of time difference of arrival
(TDOA), scanphase, and angle of arrival (AOA) measurements )
- 2013-11-12 21:57:51下载
- 积分:1
-
lizilvbo
一个基于MATLAB的粒子滤波程序,打开带参运行(lizilvbo)
- 2010-07-21 14:17:14下载
- 积分:1
-
LMS321
LMS算法仿真,通过matlab仿真LMS算法的收敛速度(lms)
- 2010-05-28 09:58:31下载
- 积分:1
-
TSP(GA)
遗传算法求tsp问题及其matlab代码实现
主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. (Genetic algorithm to solve the TSP problem and the matlab code to achieve
A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same.
)
- 2015-01-27 19:23:01下载
- 积分:1
-
Matlab_and_Modelsim_Codebug
matlab与modelsim的联调教程,pdf格式的(matlab FBI and the modelsim tutorial, pdf format)
- 2009-05-24 15:44:47下载
- 积分:1
-
matlab-lagranges
matlab创建N次拉格朗日插值函数的编译(Create N times matlab compiler Lagrange interpolation function)
- 2013-09-15 22:27:27下载
- 积分:1