-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
dilation-code
Applying dilation to binary map
- 2013-03-29 10:33:46下载
- 积分:1
-
MatLabbooks
个人找的一个电子书,主要介绍matlab的入门知识,讲解很详细,有例证,个人觉得很好用!(Books about matlab!)
- 2009-12-06 19:44:05下载
- 积分:1
-
Example-hsc-pegaia
proramm for siemins s7 200 how to use encoder with plc
- 2014-08-26 18:00:33下载
- 积分:1
-
FLL
锁频环又称为自动频率控制(AFC)环,其利用反馈回路对输入频率变化进行调整,最后达到对频率的跟踪,广泛应用于雷达,卫星导航等领域对多普勒频率的跟踪。(Locked loop, also known as automatic frequency control (AFC) loop, the use of feedback loop to adjust the input frequency changes, and finally achieve frequency tracking is widely used in radar, satellite navigation and other fields on the Doppler frequency tracking.)
- 2021-04-26 10:18:45下载
- 积分:1
-
TLSSC-master
两级空间搜索优化的立体麦克风阵列声源定位matlab程序,采用SRP-PHAT技术,有效抗混响及噪音。(Fast Sound Source Localization Using Two-Level Search Space Clustering
Simple demonstration using simulated data)
- 2016-04-14 09:10:53下载
- 积分:1
-
xiyangcan-cha5-8
本程序是以北京西洋参路口数据为例,采集一天24H数据,并对异常交通数据做识别、修复处理,用结合减法聚类和模糊聚类算法对路口数据实现自动划分(This procedure is based on data of Beijing Ginseng junctions, 24H data collection day, and do identify abnormal traffic data, repair treatment, with a combination of subtractive clustering and fuzzy clustering algorithm for automatic classification of data on the intersection)
- 2010-08-05 15:11:26下载
- 积分:1
-
PR
说明: 输出两路数模转换的信号,用于合成QAM星座图(Two large ones analog converter output signals, for synthesizing QAM constellation)
- 2014-11-23 20:35:54下载
- 积分:1
-
FastEMD
EMD是一种图像相似性的度量方法,这是快速计算EMD的程序。(EMD is an image similarity measure, which is quickly calculate EMD program.)
- 2015-04-01 13:07:25下载
- 积分:1
-
CG
说明: 共轭梯度法CGmatlab程序 解线性方程组(Conjugate gradient method matlab program for solving linear equations)
- 2011-10-25 17:18:08下载
- 积分:1