-
GRNN-DS
GRNN神经网络模型 可以预测各类数据 只需要载入自己的数据即可运行(GRNN BP optimization algorithm)
- 2020-12-25 23:59:04下载
- 积分:1
-
untitled1
说明: matlab coding for pid tuining
- 2019-06-29 23:18:37下载
- 积分:1
-
T-S模糊控制
clear;close all;
%----------------设定计算步数和精度----------------%
step=1000; %步数
err=0.00001; %精度
eps1=0.001;
%----------------数据生成----------------%
k0=0:step+1;
%u=sin(2*pi.*k0/step*10);
u=rand(1,step+2)*2-1;
y=zeros(1,step+2);
y(1)=0;
y(2)=0;
for t=1:step
y(t+2)=y(t+1)*y(t)*(y(t+1)-2.5)/(1+y(t+1)*y(t+1)+y(t)*y(t))+u(t+1);
end
%----------------绘制输入及输出信号波形----------------%
figure(1);
plot(y(3:step+2),"r");
hold;
plot(u(2:step+1),"g");%pause
legend("输出y","输入u");
%----------------初始化隶属函数----------------%
c=[-4,-3,-2,-1,0,1];
U=zeros(6,step+2);
for t=1:step+2
if(y(t)
- 2022-09-28 16:45:03下载
- 积分:1
-
matlabtoshuju
应用matlab对数据进行处理,里面有图形界面(Matlab application of data treatment, which has a graphical interface)
- 2009-02-22 02:24:45下载
- 积分:1
-
pics_match
用于图像拷贝检测的图像匹配,提取图像的SIFT特征点,构成图像的特征。(For image copy detection of image matching, image SIFT feature point extraction, and then sift feature point the image characteristics)
- 2013-08-27 15:46:21下载
- 积分:1
-
colcodeka2
lecencia gnu gl sistema erp para compañ ias de regimen simplificado colombianizado
- 2015-02-07 20:23:07下载
- 积分:1
-
LSS06
mimo ofdm book-helps to build up mimo ofdm model
- 2009-11-13 01:38:47下载
- 积分:1
-
SSC_calculations
Calculates four SSC parameters of the input signal. SSC stands for Statictical Signal Characterizations. Deals with time domain signals.
- 2010-08-18 12:32:40下载
- 积分:1
-
MethodofFaultDiagnosisforRollingBearingBasedonBPNe
将BP神经网络应用于滚动轴承故障诊断,实现滚动轴承的智能化故障诊断和状态监测,软件平台为MATLAB。(BP neural network to fault diagnosis of rolling bearing, rolling bearing to achieve intelligent fault diagnosis and condition monitoring software platform for MATLAB.)
- 2021-04-07 12:59:01下载
- 积分:1
-
Rate-1_3
ldpc encoding and coding of rate 1/3
- 2014-09-09 19:56:04下载
- 积分:1