-
detection_coins_harris
this algoriths describe how to detect corners with hallis algorithm
- 2012-03-26 10:11:07下载
- 积分: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
-
ezw
一个简单的ezw编解码程序,希望对大家有所帮助。(one simple code about encoding and decoding。I hope it makes any help。)
- 2010-09-14 10:17:35下载
- 积分:1
-
textureimage
broadatz纹理库,和lbp算子.用四种不同的lbp算子验证图像的旋转不变性.(broadatz textures, and lbp operator. lbp with four different operators verify the image rotation invariance.)
- 2010-05-12 20:34:44下载
- 积分:1
-
bcmpar
ofdm中的编码降低par方法程序,采用bcm码(ofdm of coding methods and procedures to reduce par, using code bcm)
- 2006-11-29 22:26:08下载
- 积分:1
-
m_sequence
基于MATLAB的m序列的产生及相关特性仿真(Based on the MATLAB m sequences and related characteristic simulation
)
- 2012-05-07 19:31:23下载
- 积分:1
-
serial-matlab
MATLAB典型实验和例子,包含程序,供初学者使用,简单易学(MATLAB and examples of typical experiments, including the program for beginners to use, easy to learn)
- 2011-09-16 00:23:46下载
- 积分:1
-
crop
Segmentation of printed character if file is not skewed and characters are not connected to each other.
- 2011-11-27 14:54:53下载
- 积分:1
-
grabit
GRABIT starts a GUI program for extracting data an image file. It is capable of reading in BMP, JPG, TIF, GIF, and PNG files (anything that is readable by IMREAD).GRABIT starts a GUI program for extracting data an image file. It is capable of reading in BMP, JPG, TIF, GIF, and PNG files (anything that is readable by IMREAD).
- 2015-02-03 16:16:44下载
- 积分:1
-
ucak2
matlab code example
- 2015-04-10 17:55:50下载
- 积分:1