⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wts_pend.m

📁 三级倒立摆的稳定
💻 M
字号:
% Weighting functions for H_inf and mu-synthesis
%
% performance weights for Hinf design
%nuWp1 = [1   12    80    80  65];   
%dnWp1 = [1 1500 13000 12000  0.005];
%gainWp1 = 0.000001;
%wp1 = nd2sys(nuWp1,dnWp1,gainWp1);
%nuWp2 = [1   12    80    80  65];   
%dnWp2 = [1 1500 13000 12000  0.005];
%gainWp2 = 1;
%wp2 = nd2sys(nuWp2,dnWp2,gainWp2);
%nuWp3 = [1   12    80    80  65]; 
%dnWp3 = [1 1500 13000 12000  0.005];  
%gainWp3 = 1; 
%wp3 = nd2sys(nuWp3,dnWp3,gainWp3);
%Wp = daug(wp1,wp2,wp3);
%
% performance weights for mu-synthesis
nuWp1 = [ 1   12    80    80  65];   
dnWp1 = [15 1500 13000 12000  0.005];
gainWp1 = 0.000001;
wp1 = nd2sys(nuWp1,dnWp1,gainWp1);
nuWp2 = [ 1   12    80    80  65];   
dnWp2 = [15 1500 13000 12000  0.005];
gainWp2 = 2.5;
wp2 = nd2sys(nuWp2,dnWp2,gainWp2);
nuWp3 = [ 1   12    80    80  65]; 
dnWp3 = [15 1500 13000 12000  0.005];
gainWp3 = 10;
wp3 = nd2sys(nuWp3,dnWp3,gainWp3);
Wp = daug(wp1,wp2,wp3);
%
% control weights
nuWu = 1;
dnWu = 1;
gainWu = 10^(-6);
wu = nd2sys(nuWu,dnWu,gainWu);
Wu = daug(wu,wu);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -