登录
首页 » Matlab » 模糊控制一级倒立摆仿真

模糊控制一级倒立摆仿真

于 2022-11-10 发布 文件大小:1.09 kB
0 80
下载积分: 2 下载次数: 2

代码说明:

%-- 2013/10/16 16:57 --% clc close all; clear all; tc=newfis("tc","sugeno"); tc=addvar(tc,"input","theta",[-90 90]); tc=addmf(tc,"input",1,"about 0","trimf",[-90 0 90]); tc=addmf(tc,"input",1,"about 90","trimf",[0 90 90]); tc=addmf(tc,"input",1,"about-90","trimf",[-90 -90 0]); tc=addvar(tc,"input","omega",[-5 5]); tc=addmf(tc,"input",2,"NG","gaussmf",[1.8 -5]); tc=addmf(tc,"input",2,"ZR","gaussmf",[1.8 0]); tc=addmf(tc,"input",2,"PO","gaussmf",[1.8 5]); tc=addvar(tc,"output","u",[-2 2]); tc=addmf(tc,"output",1,"No.1","linear",[126.07 26.3 0]); tc=addmf(tc,"output",1,"No.2","linear",[2722.3 883.4 0]); rulelist=[1 0 1 1 1;2 0 2 1 1;3 0 2 1 1]; tc=addrule(tc,rulelist); model=newfis("model","sugeno"); model=addvar(model,"input","theta",[-90 90]); model=addmf(model,"input",1,"about 0","trimf",[-90 0 90]); model=addmf(model,"input",1,"about 90","t

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

发表评论

0 个回复

  • m_program
    用matlab编写的压缩解压缩程序,基于小波变换的是零树算法。(prepared using Matlab compression decompression procedures, based on wavelet transform is zero tree algorithm.)
    2005-06-09 09:25:00下载
    积分:1
  • args
    ARGS is a MATLAB program which demonstrates command line argument retrieval.In particular, ARGS is a demonstration of the NARGIN function, which counts command line arguments and the VARARGIN function, which allows the user to specify that a routine has a variable number of input arguments.
    2012-05-25 08:02:26下载
    积分:1
  • jakes-channel-model
    jakes channel model
    2011-08-05 16:27:11下载
    积分:1
  • deJuLi
    人体三维数据处理方法,运用点到点的距离,进行精简(Distance the body three-dimensional data processing method, the use of point-to streamline)
    2015-04-05 11:05:37下载
    积分:1
  • Anfis
    Fuzzy control Design using ANFIS for a power system with svc
    2009-06-03 16:46:06下载
    积分:1
  • PSOBP
    2011-03-31 23:03:38下载
    积分:1
  • root_music
    root_MUSIC算法,针对均匀线阵的非相关求根MUSIC算法(root_MUSIC algorithm)
    2013-07-16 19:27:50下载
    积分:1
  • roi12days
    Code to select a roi of an image and determine his mean and standar desviation for fluorescence images.
    2011-07-20 04:05:34下载
    积分:1
  • Baum_Welch-algorithm
    用Baum-Welch算法来迭代估计一个隐马尔科夫模型(HMM)的初始状态概率分布以及其状态转移概率矩阵。其中文件有mainfile_B_W.m为主函数,Baum_Welch.m为Baum-Welch算法迭代函数,Forward_variable.m与Backward_variable.m与Gamma_variable.m与Ksi_variable.m是需要计算的四种因子,B_pdf.m为混淆散射概率密度函数。(It s Baum-Welch algorithm for iteratively estimating the initial states probability distribution and state transition probability matrix. In the folder, "mainfile_B_W.m" is the main function, and "Baum_Welch.m" is the iteration Baum-Welch function. Also these four file "Forward_variable.m " "Backward_variable.m" "Gamma_variable.m" "Ksi_variable.m" are used for calculating crucial factors. "B_pdf.m" is the emission probability distrubution function.)
    2014-04-05 11:35:43下载
    积分:1
  • naobui
    能量谱分析计算,Gabor小波变换与PCA的人脸识别代码,主同步信号PSS在时域上的相关仿真。( Energy spectrum analysis and calculation, Gabor wavelet transform and PCA face recognition code, PSS primary synchronization signal in the time domain simulation related.)
    2016-08-22 16:19:32下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载