-
1-20
求从1到20的阶乘,并且可以推广到N阶阶乘,。(Demand from 1 to 20 factorial, and can be extended to N-order factorial,.)
- 2009-12-28 14:34:44下载
- 积分:1
-
xtfz
Visual C++与MATLAB的数字基带传输系统仿真的实现(Visual C++ and MATLAB simulation of digital baseband transmission system to achieve)
- 2011-06-16 06:16:20下载
- 积分:1
-
jianzhiliang
matlab中对简支梁进行有限元建模,并进行模态分析(matlab for Charpy in finite element modeling and modal analysis)
- 2021-03-01 01:59:35下载
- 积分: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
-
1
说明: matlab中很实用的源代码1,例图图形转换、非线性变换等等(Practical source code of MATLAB)
- 2015-04-20 16:21:16下载
- 积分:1
-
itpp-4.3.1
IT++ is a C++ library of mathematical, signal processing and communication routines.
- 2015-04-20 11:27:40下载
- 积分:1
-
matlabcPP
matlab c++对接matlab c++对接(matlab c++)
- 2014-02-05 22:24:21下载
- 积分:1
-
FEC_hardware
2/3 FEC编码的另一种方法,即采用模拟硬件移位寄存器的方式,速度比较快。(2/3 FEC coding Another method that simulated the hardware shift register, a relatively rapid pace.)
- 2006-12-11 13:22:17下载
- 积分:1
-
Timer
CC2530的定时器实验,使用IAR编写。(CC2530 key experiments, using IAR preparation procedures.)
- 2014-02-14 10:29:09下载
- 积分:1
-
MATLAB-GA-
在MATLAB平台上编写的遗传算法GA程序(GA program using matlab)
- 2012-04-18 15:13:43下载
- 积分:1