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

T-S模糊控制

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

  • VFR_him
    End Point Detection algorithm
    2009-03-19 19:39:53下载
    积分:1
  • 图像匹配相应matlab程序设计
    图像匹配主要可分为以灰度为基础的匹配和以特征为基础的匹配。灰度匹配的基本思想:以统计的观点将图像看成是二维信号,采用统计相关的方法寻找信号间的相关匹配。利用两个信号的相关函数,评价它们的相似性以确定同名点。灰度匹配通过利用某种相似性度量,如相关函数、协方差函数、差平方和、差绝对值和等测度极值,判定两幅图像中的对应关系。特征匹配是指通过分别提取两个或多个图像的特征(点、线、面等特征),对特征进行参数描述,然后运用所描述的参数来进行匹配的一种算法。本代码包含下面两种基于灰度图像匹配算法:①  基于灰度的模板匹配算法②  基于灰度的快速匹配算法。
    2023-06-24 17:10:03下载
    积分:1
  • MotorKalman
    步进电机的MATLAB仿真程序,采用了卡尔曼滤波,对定子电流进行估计,并估算出转子的位置和速度(Continuous time extended Kalman filter simulation for two-phase step motor,Estimate the stator currents, and the rotor position and velocity, on the basis of noisy measurements of the stator currents. )
    2009-09-23 14:08:33下载
    积分:1
  • Moving-Targetl-Code
    Moving Target Parameters Estimation in Noncoherent MIMO Radar Systems Aboulnasr Hassanien, Member, IEEE, Sergiy A. Vorobyov, Senior Member, IEEE,and Alex B. Gershman, Fellow, IEEE IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 60, NO. 5, MAY 2012
    2014-02-21 07:48:12下载
    积分:1
  • 毕设使用的OFDM系统中的资源调度算法源代码
    代码里有很完整的注释和解释,music高阶谱分析算法,包括调制,解调,信噪比计算,在MATLAB中求图像纹理特征,基于分段非线性权重值的Pso算法,包括AHP,因子分析,回归分析,聚类分析。
    2022-07-05 11:10:09下载
    积分:1
  • MUSIC_Example
    This is an example of Music algorithm
    2011-06-23 11:58:12下载
    积分:1
  • winstartup
    Manage Startup Programs in Windows
    2014-10-26 22:21:17下载
    积分:1
  • Digital-Signal-Processing-MATLAB
    “数字信号处理教程:MATLAB释义与实现程序 ”一书中的程序集(the code of Digital Signal Processing Tutorial: MATLAB interpretation and implementation of the program, dictionaries assembly )
    2015-01-26 17:03:18下载
    积分:1
  • fft_li
    对数据进行傅立叶分析,从时域转换到频域,观察信号的频谱结构,从分析信号的特点(Fourier analysis of the data, the time domain to the frequency domain, spectral structures of the observed signal, the signal characteristics the analysis)
    2015-12-05 19:31:23下载
    积分:1
  • Spectrum_Sensing_of_SVM-
    有认知无线电CR的论文和Matlab代码,进行传统频谱感知算法的能量检测实现与SVM分类算法实现,两个进行对比检测概率性能,还有生成SVM三种核函数的分类检测图与统计三个错误率,得出SVM算法优于能量检测算法(Cognitive radio CR papers and Matlab code, perform traditional spectrum sensing algorithms to achieve energy detection and SVM classification algorithm, two compare the probability of detection performance, as well as generate three types of cores SVM classification detection function diagram with three statistics error rate, obtained SVM algorithm is better than energy detection algorithm)
    2016-07-19 11:34:47下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载