-
svm
基于支持向量机传感器故障诊断Matlab原程序( Fault Diagnosis Based on the SVM)
- 2021-05-14 15:30:03下载
- 积分:1
-
1
说明: 该程序可以建立一个链表,然后随机的插入节点(The program can build a linked list, and then randomly insert the node)
- 2009-11-25 10:18:16下载
- 积分:1
-
draw1
雨量预测 用Matlab软件画出给定区域的
平面曲面图形.(Using Matlab software to draw a given region of the flat surface graphics.)
- 2009-09-06 01:07:18下载
- 积分:1
-
C_C___Source_Line_Counter_src
代码行数统计,一个非常有用的东西,希望各位喜欢(code a few statistics, a very useful thing, I hope you like)
- 2006-10-25 12:40:48下载
- 积分:1
-
pop
使用的硬件EM1206,POP通信。可以以pop的邮箱通信方式发送邮件(The hardware used the EM1206, POP communication. You can send a message to pop mailbox communication)
- 2013-01-04 14:22:45下载
- 积分:1
-
GES_Demo_sor
古高科技公司的运动控制卡GE_400系列Demo例程(Ancient tech companies Motion Control Card GE_400 Series Demo routines)
- 2013-11-08 11:09:31下载
- 积分:1
-
Point-Of-Sale
POS inventory system
- 2014-11-16 19:36:35下载
- 积分:1
-
bch
BCH码的原理及BCH (15, 5)码MATLAB编译码仿真过程(BCH code of principles and BCH (15, 5) code decoding simulation MATLAB)
- 2010-11-21 17:44:34下载
- 积分:1
-
achieve
通过编写C语言,在MATLAB上实现路由器仿真,实现路由器的功能。(Written by C language, simulation on MATLAB implementation routers, realize the function of the router.
)
- 2013-10-30 23:27:56下载
- 积分: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