-
AVERAGE
AVERAGE FILTER IN IMAGE PROCESSING
- 2013-10-05 00:32:54下载
- 积分:1
-
GAMATLAB
A Matlab Code for Genetic Algorith
- 2015-04-17 16:53:45下载
- 积分:1
-
ISE_error
ISE一些常见错误的描述,以及相关的解决办法(ISE WARNING and ERROR common and its solutionISE for some typical mistakes in parsing)
- 2011-12-06 20:52:48下载
- 积分:1
-
2013102244548001
二维骨架仿真,使用matlab实现一个二维骨架效果的仿真。(Two-dimensional frame simulation, the use of matlab realize the simulation of a two-dimensional frame effect.)
- 2013-11-24 23:17:21下载
- 积分:1
-
emdPinstfreq
主要是关于经验模态分解的还有EEMD的代码(Mainly on empirical mode decomposition EEMD code there)
- 2014-01-14 17:34:43下载
- 积分:1
-
dijkstra-general
Dijkstra通用算法,最近一段时间一直在搞图论的相关算法,发现Dijkstra是一个很好的单元最短路径算法,此程序很短,非常适合学习(Generic Dijkstra algorithm, the most recent period has been engaged in graph theory algorithms, Dijkstra is a good unit the shortest path algorithm, this procedure is very short, very suitable for learning)
- 2012-06-05 10:24:43下载
- 积分:1
-
LTE_RACH
说明: simulink 搭建的rach信道及其接收端模块,用于rach信道和接收机仿真。(imulink erected rach channel and the receiver module, channel and receiver for rach Simulation.)
- 2010-04-28 14:30:37下载
- 积分:1
-
scodes6
ga code for ucp programm using ga tool extracted
- 2013-04-12 08:49:57下载
- 积分: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
-
NSString.m
NSString框架的学习,包括NSNumber等
NSString框架的学习,包括NSNumber等(NSString framework of learning, including learning NSNumber etc. NSString framework, including NSNumber etc.)
- 2013-12-30 17:33:53下载
- 积分:1