-
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
-
mr_damper_boucw
Bouc Wen modified model for MR damper
- 2014-06-05 05:52:53下载
- 积分:1
-
tuiyang
包含飞行器飞行中的姿态控制,如侧滑角,倾斜角,滚转角,俯仰角,与理论分析结果相比,DSmT证据推理的组合公式计算函数。( It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle, Compared with the results of theoretical analysis, Combination formula DSmT evidence reasoning calculation function.)
- 2016-11-21 23:34:27下载
- 积分:1
-
mgsequencegenerate
该函数将按照输入的优选对,输出相应的m序列和gold序列(The function will be preferred in accordance with the input that the output of the corresponding sequence of m sequences and gold)
- 2009-04-22 19:20:13下载
- 积分:1
-
location(MATLAB)
可以很好的实现车牌的定位(粗细定位)两步实现。(Can realize a good positioning plate (thickness positioning) two-step to achieve.)
- 2008-04-09 20:41:44下载
- 积分:1
-
wavelet_watermark
program on wavelet watermark
- 2015-02-25 09:56:27下载
- 积分:1
-
uv
说明: A VARIATIONAL APPROACH TO REMOVE MULTIPLICATIVE NOISE
- 2015-03-30 17:24:45下载
- 积分:1
-
Ga-tsp
遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。(Genetic algorithm tsp problem of logistics distribution routing optimization problem subject, this paper introduces 0-1 programming ideas, a mathematical model with the constraints of logistics and distribution problems. Solving, introducing genetic algorithm encoding, and the number of partitions and the number of customers for a small difference, the flexible use of the partition containing the partition algorithm to determine the distribution of the optimal solution sequence group, closely enumeration method allows both the algorithm is simple, fast advantages. Matlab software application executable to get the shortest path. Complex factors affecting both the time, we introduce a penalty function, and by setting the penalty coefficient, and further obtain the optimal path from the shortest path.)
- 2014-05-30 20:53:34下载
- 积分:1
-
特征提取
说明: 用于提取信号的时频域特征参数,比如信号均值、方差、以及一些无量纲的时域特征参数(Time-frequency domain characteristic parameters used to extract signals, such as signal mean, variance, and some dimensionless time domain characteristic parameters)
- 2019-03-07 16:17:05下载
- 积分:1
-
youyueshuzengliangfankuigpc
一个基于增量反馈的广义预测控制算法的matlab程序,程序说明详细(A feedback based on incremental generalized predictive control algorithm matlab program, detailed description of the procedures)
- 2011-04-25 15:40:10下载
- 积分:1