-
practisef
matlab基础学习资料,包括例题,答案,讲解,符号运算,图像,矩正等(matlab-based learning information, including sample questions, answers, explanations, operator symbols, images, moments, etc. are)
- 2008-04-03 14:31:51下载
- 积分:1
-
wandden
it is a transform for copmpressing and decompressing and removing noise effectively.
- 2011-01-06 00:57:33下载
- 积分:1
-
matlabcode
this is a matlab code for an ieee paper named color image enhancement without gamut problem by naik(indian).
- 2009-04-04 21:07:12下载
- 积分:1
-
expandPNSeq
expand PN Sequence for CDMA 2000
- 2009-04-26 23:11:42下载
- 积分:1
-
gongshengjuzheng
用灰度共生矩阵提取五个纹理特征
包括:熵、均匀度、相关性、能量、对比度(Extraction of five GLCM texture characteristics,Include: entropy, uniformity, correlation, energy, contrast)
- 2012-04-05 20:36:20下载
- 积分:1
-
K-means-clustering-experiments
k-means算法实现,数据挖掘中经常用到的聚类分析算法。是最经典的常用算法。(k-means algorithm, cluster analysis algorithm often used in data mining. Is the most classic of common algorithms.)
- 2012-04-24 17:13:57下载
- 积分:1
-
matlab_cpp
C++ 中使用matlab中的函数,一个简单的使用例子(use of Matlab function, a simple example of the use of)
- 2007-02-08 18:30:35下载
- 积分:1
-
nonparametric-time-analysis
这个文章系统详细的介绍了 非线性模型的一种确定P的阶数的方法(This article describes in detail the system as a nonlinear model to determine the order of method P)
- 2013-10-25 09:42:28下载
- 积分: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_eng
说明: matlab编程引擎(matlab programming engine)
- 2008-09-14 17:25:52下载
- 积分:1