-
histgram_equalization
this file is used to enhance the image using histgram eqaution
- 2011-05-08 10:17:20下载
- 积分:1
-
Matlab-program-of-the-simplex-method
单纯形法matlab程序,计算方程组(函数的个数显然大于方程个数)(Matlab program of the simplex method, the calculation equations (function number is clearly greater than the equation number))
- 2012-08-17 10:55:38下载
- 积分: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
-
prtools
PRTools4
A Matlab Toolbox for Pattern Recognition
- 2010-06-28 11:09:14下载
- 积分:1
-
5
说明: 例题全部代码. 薛定宇, 陈阳泉. 高等应用数学问题的Matlab求解.(All the code examples. Xue Dingyu, Chen Yangquan. MATLAB to solve higher applied mathematical problems.)
- 2011-04-29 10:14:36下载
- 积分:1
-
SAPSO
针对粒子群算法存在局部最优,易陷入局部最小值的问题,自适应权重粒子群优化算法(For particle swarm optimization, there are some problems, which are easy to fall into local minimum, and the adaptive weight particle swarm optimization algorithm is easy to fall into local minimum.)
- 2021-01-10 19:18:50下载
- 积分:1
-
swjammerplusclutter150km
说明: 150km处机载雷达杂波建模仿真,注释详细,绝对有用!!!!(Modeling and Simulation of airborne radar clutter at 150km, detailed notes, absolutely useful)
- 2021-03-21 16:49:17下载
- 积分:1
-
DWT(MATLAB)
一个用MATLAB实现的DWT数字水印的源程序(One of the DWT using MATLAB realize the source of digital watermarking)
- 2020-07-02 04:20:01下载
- 积分:1
-
lorenzsys
lorenz系统simulink仿真程序,初学者入门程序(lorenz system simulink simulation program, beginners entry procedures)
- 2013-07-11 16:32:13下载
- 积分:1
-
snr_estimate_M2M4_QPSK
采用M2M4信噪比估计算法对QPSK调制解调器的接收端信噪比进行了估计(M2M4 SNR estimation algorithm on the the QPSK modem receiving end signal-to-noise ratio estimated)
- 2013-05-08 08:55:05下载
- 积分:1