-
TSP
说明: 用遗传算法求解TSP问题+matlab动态演示其求解过程。(TSP problem using genetic algorithm+ matlab dynamic presentation of their solution process.)
- 2011-04-05 21:32:28下载
- 积分:1
-
mapwindow6-81799
mapwindow6的源码。对于学习提高非常有用(mapwindow6 source. Very useful for learning to improve.)
- 2013-11-17 09:46:02下载
- 积分:1
-
MggngaussA
MATLAB高斯噪声声生成函数(用于通信)
(MATLAB Gaussian noise sound generating function (for communication))
- 2012-07-27 21:28:36下载
- 积分:1
-
1
说明: 这是一个有关频谱分析的程序,可实时的画出任意信号的频谱,通过测试程序无误,欢迎下载(This is a spectrum analysis procedure can draw an arbitrary signal in real-time spectrum, through the test procedure correctly, please download the)
- 2009-11-29 16:00:41下载
- 积分:1
-
1144
色散介质的FDTD仿真计算,一维辅助微分方法(FDTD )
- 2015-04-11 16:23:22下载
- 积分:1
-
PCM32
PCM编码failed to translatefailed to translatefailed to translate(failed to translatefailed to translatefailed to translate)
- 2009-03-08 18:46:01下载
- 积分:1
-
Mwheeelanalyya
Matlab中实现轮对分析的程序源码和相关的程序源码包,,能实现火车轮轨接触关系的分析
(Round of analysis of program source code and related procedures source package in Matlab, train wheel-rail contact analysis of the relationship)
- 2012-08-07 01:53:32下载
- 积分:1
-
0.618
0.618算法,可以用VC运行出来,但没有MATLAB算法(function 0.618)
- 2011-09-23 17:49:51下载
- 积分:1
-
turbo-code
说明: 我不多说废话,这是一个完整的TURBO码的编解码程序,对想做信道编码仿真的人绝对利好,该死的20个字(I will not nonsense, it is a complete code of TURBO codec procedures, right wants to channel coding simulation of absolute good, damned 20 characters)
- 2006-05-12 12:30:09下载
- 积分: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