资源简介
分数阶PID仿真程序,用D分割法求取分数阶PID稳定域
代码片段和文件信息
clear
clc
%不同miu图
%theta=45;
%theta=0;
theta=pi/3
M=1;
%lamd=0.3;
lamd=1;
Kd=0.5;
w0=0;
%w1=2;
w1=6;
miu=1;
%miu=0.5;
K=PID12(lamdmiuKdthetaw0w1);
s1=K(1:);
t1=K(2:);
hold on
figure(1)
plot(s1t1)
axis([-6 12 0 8])
grid on
xlabel(‘k_p‘‘fontsize‘12);ylabel(‘k_i‘‘fontsize‘12);
theta=0;
M=1;
lamd=0.3;
Kd=1;
L=0;
B0=0;
b0=1;
A0=0;
a0=1;
A1=1;
a1=3;
A2=2;
a2=3;
A3=3;
a3=1;
y=3.5;
w0=0;
w1=7;
miu=0.8;
K=PI(lamdmiuKdLB0b0A0a0A1a1A2a2A3a3w0w1);
s1=K(1:);
t1=K(2:);
hold on
figure(1)
plot(s1t1‘r‘)
%axis([-10 20 0 12])
grid on
xlabel(‘k_p‘‘fontsize‘12);ylabel(‘k_i‘‘fontsize‘12);
% legend(‘\mu=1.7‘‘\mu=2.5‘‘\mu=1.8‘‘\mu=1.5‘‘\mu=1.0‘‘\mu=0.6‘‘\mu=0.2‘);
%hold on
%p=zeros(18);
%pl
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 940 2014-02-27 18:30 分数阶PID仿真\jidianquyu.m
文件 972 2014-02-18 21:51 分数阶PID仿真\PI.m
文件 1152 2014-02-18 19:12 分数阶PID仿真\PID.m
文件 34578 2014-02-20 16:34 分数阶PID仿真\分数阶极点区域交集.fig
文件 34731 2014-02-20 16:34 分数阶PID仿真\整数阶和极点区域交集.fig
相关资源
- MATLAB_image_process_with_PDE 运用偏微分方
- 2 2课程报告要求:按照讲课内容
- ANN_PID6
- m471 pid神经网络控制控制代码
- PIDNN 将人工神经网络用于PID参数调节
- dsss-mdl 实现扩频通信
- OFDMwithRelay 4G协作中继系统中OFDM系统容
- DF[DF_with_Selection] 协作通信中采用DF协
- Image-Restoration-with-BPNN 基于BP神经网络
- ga 用遗传算法进行无功优化
- ISAR-Imaging-With-MATLAB-Algorithms 这本书提
- Time-series-prediction-with-anfis
- paper-and-matlab-code 新发表论文Graph cut
- Motion_detect_with_RGBshadow_remove 利用背景
- pso--PID 基于粒子群算法的PID控制器优
- GAPSO-for-PID-Design 本人毕业设计一部分
- succes 模糊PID直流电机控制
- fractional-order-PID 分数阶图形界面
- pid_FUZZY 基于模糊参数自整定的直流电
-
mohuPID 模糊PID的simuli
nk仿真 - Understanding-LTE-with-MATLAB wiley 2014 新书
- DE_FOPID
- 1 各种分数阶PID控制器的设计与优化算
- PSO_PID
- [HHT]-fast-EMDEEMDCEEMD-with-ref 本压缩文件
- Dehazing-with-Boundary-Constraint 最新图像去
- NOMA_ZF
- pso_pid 基于粒子群算法分数阶PID参数整
- quadrotorsimV2
- mtsp-with--pso 应用启发式算法-粒子群算
评论
共有 条评论