📄 wcp_pend.m
字号:
% Worst case performance perturbation
%
% max_mu is obtained from the robust stability analysis
% of the closed-loop system done by the routine mu_pend.m
max_mu = input ('Enter max_mu = ');
%
omega = logspace(-2,4,100);
clp_ic = starp(pend_ic,K,6,2);
clp_g = frsp(clp_ic,omega);
% Mixed perturbations
blkrs_R = [1 1;1 1;-1 1;-1 1;-1 1;-1 1;-1 1;-1 1];
delta = wcperf(clp_g,blkrs_R,1/max_mu,1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -