-
simple
this script simulate the cooperative communication in order to get the number of packets suuccessfully transmitted by direct link and relay link
- 2009-09-13 18:53:37下载
- 积分:1
-
Matlab-and-cPP-programming
精通Matlab与C/C++ 混合程序设计(第2版)(Proficient in Matlab and C/C++ mixed program design (2nd edition))
- 2012-06-25 16:08:21下载
- 积分:1
-
BPSK
C编写的BPSK调制解调,很有用,值得学习,代码编写很规范(Written in C BPSK modulation and demodulation, very useful, it is worth learning, very standardized coding)
- 2014-08-08 14:40:41下载
- 积分:1
-
92421039VC-CALL-matlab.m
vc调用matlab中自定义的.m函数,对于混编简单的例子(Vc call custom in matlab. M function,For simple example mixed)
- 2013-09-23 09:31:41下载
- 积分:1
-
Noise
说明: 雷达回波模块当中的干扰噪声以及杂波噪声的仿真程序(Radar module which noise and clutter noise interference emulator)
- 2011-02-23 00:08:10下载
- 积分:1
-
chapter17
粒子群算法的工具箱,可以不用再编程,参数设置也容易(Particle swarm optimization toolbox, you can not re-programming, parameter settings are also easily)
- 2014-08-29 17:06:32下载
- 积分:1
-
plotfaces
plot faces by using matlab(plot faces)
- 2011-06-19 22:01:15下载
- 积分:1
-
Tooltiptest
弹出式tooltips,codeproject上面一个国外人写的(Pop-up tooltips)
- 2013-11-03 22:01:55下载
- 积分: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
-
experiment_1
实验一、数字图像读取及色彩、亮度、对比度变化(c++)
- 2011-01-04 19:15:51下载
- 积分:1