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

T-S模糊控制

于 2022-09-28 发布 文件大小:2.33 kB
0 41
下载积分: 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 个回复

  • sy
    说明:  体会数值算法的稳定性与不稳定性,线性方程组的迭代法,包括Jacobi迭代法和Gauss-Seidel迭代法,SOR迭代(Experience of numerical stability and instability of the algorithm to learn how to avoid instability in the algorithm and numerical stability of the algorithm chosen to experience the stability of the algorithm' s status in the selection algorithm)
    2010-06-14 20:04:10下载
    积分:1
  • Serial_GPS
    Serial Application of GPS
    2009-03-26 11:12:34下载
    积分:1
  • Rotman
    设计透镜的软件, dfsd fdsafd a fewqrf wer rewqt t(designfds fdsa fdsa ererewhgf hgfdh)
    2017-07-05 08:43:23下载
    积分:1
  • get_sofea
    基於MATLAB的有限元GUI介面,可分析應力與熱傳(MATLAB-based GUI interface for finite element analysis, stress and heat transfer can be analyzed)
    2010-05-24 12:02:18下载
    积分:1
  • PCAAccuracy
    pca orl 人脸数据库 识别人脸 带精确度
    2015-04-09 15:51:56下载
    积分:1
  • l1magic-1.1
    实现对图像的分块并进行压缩感知算法的恢复(Achieve the right image sub-block and recovery of compressed sensing algorithm)
    2009-12-13 14:22:19下载
    积分:1
  • convert.m
    convert file.txt to .mat
    2013-01-10 21:36:25下载
    积分:1
  • stretch处理后的ISAR仿真
    说明:  stretch处理后的ISAR仿真,提供了多点目标逆合成孔径雷达(ISAR)成像仿真,并给出了具体算法的仿真程序。(ISAR simulation after stretch processing provides ISAR imaging simulation of multi-point targets, and gives the simulation program of specific algorithm.)
    2020-06-10 19:06:23下载
    积分:1
  • mtI
    冈萨雷斯数字图像处理matlab版源码DIPUM Toolbax V1.1.3,对冈萨雷斯书的很好的补充(Gonzalez Digital Image Processing matlab source code version of DIPUM Toolbax V1.1.3, a good book for Gonzales complement)
    2010-01-10 06:13:32下载
    积分:1
  • 7-DOF-RIDE-MODEL-test4_velo
    侧倾模态下的七自由度动力学模型响应分析和计算(The seven DOF dynamic model roll modal response analysis and calculations)
    2021-03-30 17:19:09下载
    积分:1
  • 696518资源总数
  • 104331会员总数
  • 24今日下载