-
edgecode
数字图像处理中的边缘检测程序合集,包括VC++和MATLAB实现(Digital Image Processing Edge Detection Collection procedures, including the VC and MATLAB)
- 2007-06-01 11:10:08下载
- 积分:1
-
smithcart
通过matlab和C语言的联合编程实现了微波方面smith圆图的功能(Matlab and C language through the joint programming of the microwave aspects of the function chart smith)
- 2011-04-24 16:26:35下载
- 积分:1
-
sgl_lib
VC与matlab混合编程方面的书籍,介绍全面,适用,是一本不错的书(英文)(VC and matlab mixing programming books, introduced comprehensively, applicable, is a good book (English))
- 2010-09-11 13:34:32下载
- 积分:1
-
Cpp1
一元多项式的计算 有输入多项式项 有加法项 有减法项 有乘法项等(Unary polynomial calculation)
- 2010-02-23 17:03:33下载
- 积分:1
-
MATLABEngine
matlab引擎封装类方便了VC++与matlab引擎混合编程(the matlab engine wrapper class convenient VC++ hybrid programming with Matlab engine)
- 2013-05-18 20:03:48下载
- 积分:1
-
GPU_FDTDfdtd
一个GPU的FDTD程序,可以参考一下。(A GPU FDTD procedures, you can refer to.)
- 2014-01-09 17:11:48下载
- 积分:1
-
SurfBox
A set of C++ and Matlab routines implementing the surfacelet transform
- 2008-08-08 15:16:38下载
- 积分:1
-
Radar
雷达专业的经典教材,书籍雷达数据处理及应用,非常有用(Radar data processing and Application)
- 2014-01-03 16:34:46下载
- 积分:1
-
1
说明: lingo优化程序关于储油罐的最优体积,希望有用(lingo optimization program on the optimal size of the storage tanks, and seek to help)
- 2012-05-28 16:18:27下载
- 积分: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