-
1
说明: 搜索算法 图形绘制 的matlab源程序 (The graphics rendering search algorithm matlab source code)
- 2012-09-23 22:59:24下载
- 积分: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
-
hx711
Arduino hx711库文件,在编写程序省去很大力气,很好用的头文件,大力推荐(Arduino hx711 library files, eliminating the need to write programs in a lot of effort, a good use of header files, strongly recommended)
- 2014-11-09 19:32:57下载
- 积分:1
-
daima
很好的matlab代码,适合初学者,快来下
- 2011-09-20 17:38:06下载
- 积分:1
-
vc+matlab
matlab 与 vc++接口五种不同的方法与实例(vc Matlab interface with five different methods and examples)
- 2006-06-15 11:56:16下载
- 积分:1
-
lap_cpp
线性分配算法的C++版本,在MATLAB调用mex命令编译后可以直接在MATLAB中运行,函数assianstment=lap(cost),cost为匹配的代价矩阵,assianstment为输出匹配矩阵(Linear assignment algorithm C++ version of the call in the MATLAB mex command can be compiled to run directly in the MATLAB function assianstment = lap (cost), cost for the match cost matrix, assianstment matrix for the output matching)
- 2010-06-09 17:03:33下载
- 积分:1
-
OFDM
OFDM基本原理,电子书,基础书,通信人的必备,请大家多多下载(OFDM based on books, communication were essential, please bear download)
- 2010-05-07 10:12:54下载
- 积分:1
-
GFactor
LTE基础平台中的G factor计算,即用户选择,非常有参考价值(very useful for lte user select)
- 2014-12-02 09:56:45下载
- 积分:1
-
zfqf1
网上找的,字符分割MATLAB源代码。你懂得字符分割MATLAB源代码。你懂得。。(fsfsdsdfsdsdfsdsdfsd)
- 2010-12-04 17:14:01下载
- 积分:1
-
5.18
编写程序定义一个vector对象,其每个元素都是指向string类型的指针,读取该vector对象,输出每个string的内容及其相应的长度。(Write a program to define a vector object, which each element is a pointer pointing to the string type, reads the vector object, the output of each string and the corresponding length.)
- 2015-03-04 15:22:04下载
- 积分:1