登录
首页 » Matlab » T-S模糊控制

T-S模糊控制

于 2022-09-28 发布 文件大小:2.33 kB
0 106
下载积分: 2 下载次数: 3

代码说明:

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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • KNN3
    最近邻分类器,自己输入数据,实现以最近邻为判据的分类(Nearest neighbor classifier, their input data in order to achieve the classification of the nearest neighbor as the criterion)
    2010-09-14 09:24:57下载
    积分:1
  • voicebox
    matlab语音工具箱大全 各个函数的M文件 需要的可以进行研究(Daquan toolbox matlab voice files of each function M can be studied in need)
    2011-01-07 12:53:24下载
    积分:1
  • shiyan3
    matlab上机实验用fft对信号作频谱分析(Signal using the fft spectrum analysis )
    2012-05-14 15:05:13下载
    积分:1
  • multispectral
    thesis studies classification whith texsture
    2011-05-09 07:57:48下载
    积分:1
  • nrm5
    xsshould upload at least five sourcecodes
    2012-05-16 18:54:11下载
    积分:1
  • Doc1
    this is new approach for fuel cell control.it is really helpfull.
    2013-09-09 17:12:27下载
    积分:1
  • filtering_F
    图像频域滤波,用matlab实现了在图像频域中通过Butterworth陷波器消除周期性噪声干扰信号。(Image frequency domain filtering using matlab achieved in the frequency domain image by Butterworth notch filter to eliminate periodic noise signal.)
    2013-11-28 12:39:28下载
    积分:1
  • DWTbyMatlab
    数字水印技术是近年来图像保护技术研究领域的一个热点,本文提出了一种基于小波变换的图像数字水印嵌入算法的Matlab实现。实验结果表明,该算法具有较好的视觉效果和透明性。 (Abstract The digital watermarking technology is the most active topic in image protecting recently.In this paper, a digital watermarking algorithm based on Wavelet transform is proposed,and give ou the program of this algorithm by MatLab.The experimental results demonstrate that the method possess good vision effect and transparence. Keywords Image protecting Wavelet transform Digital Watermarking Matlab )
    2010-06-04 22:43:33下载
    积分:1
  • FDizard
    说明:  3D分形维数计算,Box-counting算法和MinkowskiMethod算法(Fractal dimension,Box-counting and MinkowskiMethod)
    2011-03-04 16:55:20下载
    积分:1
  • C-MAPSS-Data
    涡轮风扇发动机从正常运行至失效的全寿命采集的实验数据,对于研究涡轮风扇发动机的故障的预测及性能评估想必有用。(Turbofan engine failure from normal operation to the whole life of the experimental data collected for the study of turbofan engine failure prediction and performance evaluation must be useful.)
    2013-08-11 13:07:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载