-
skin_Color_detection
code to detect the skin color in an well illuminated image
- 2009-07-03 21:27:30下载
- 积分: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
-
matlab
matlab指令大全,其中包括了matlab6.5的指令及其使用方法。(Guinness matlab commands, including instructions matlab6.5 and its use.)
- 2008-12-14 16:06:30下载
- 积分:1
-
RMSC
Robust Multi-View Spectral Clustering via Low-Rank and Sparse Decomposition
- 2021-04-15 19:38:54下载
- 积分:1
-
subspace_iteration
matlab程序,子空间迭代法求固有频率及阵型(subs_iteration method to get frequency and mode shape)
- 2016-12-02 16:41:39下载
- 积分:1
-
VTKread_v2
Read .vtk files into matlab enviornment.
works only for binary file type
- 2009-06-24 23:40:46下载
- 积分:1
-
PSO2
This is a Particle Swarm Optimisation technique.
- 2014-02-11 13:18:30下载
- 积分:1
-
MIMO_ZF
mimo 信道仿真时均衡器的实现与仿真 性能分析(simulation of the ZF/MMSE equalizer for mimo channel model)
- 2009-05-17 18:00:13下载
- 积分:1
-
高层筑建减振设计
主要用于高层建筑的减振设计,根据线性振动理论,用matlab高级语言编写而成,由一个主程序和四个子程序组成(mainly for high-rise building design of the vibration, linear vibration theory, use the advanced language Matlab has been prepared by a main program and four subroutine composition)
- 2005-07-11 20:03:49下载
- 积分:1
-
mimo
MIMO无线通信 仿真代码MATLAB环境下 均能实现 是初学无线通信很好的材料 (MATLAB simulation code for MIMO wireless communication environment, wireless communication can achieve a very good material for beginners)
- 2011-05-21 17:50:26下载
- 积分:1