代码搜索:closed-loop
找到约 171 项符合「closed-loop」的源代码
代码结果 171
www.eeworm.com/read/401390/11558128
m hin_mds.m
% H_infinity design for the mass/damper/spring system
%
nmeas = 1;
ncon = 1;
gmin = 0.1;
gmax = 10;
tol = 0.001;
hin_ic = sys_ic.Nominal;
[K_hin,clp] = hinfsyn(hin_ic,nmeas,ncon,gmin,gmax,tol)
www.eeworm.com/read/253870/12179446
m clso.m
function [T, X]=clso(tfinal,x0,initfun,delay,A0,A1,B,M,N,tol)
%CLSO composes for linear time-invariant system
%
% x`(t)=A0*x(t)+A1*x(t-delay)+B*u
%
% and optimal closed-loop control (see
www.eeworm.com/read/152244/7139409
m ex10_3.m
%%%%%%%%%%%%%%%%% Example 10.3 %%%%%%%%%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/152244/7139479
m cp3_4c.m
%%%%%%%%%% Comprehensive Problem 3.4(c) %%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/349699/10803876
m example1_siso.m
%%%%% Typical data entry required for a
%%%%% SISO transfer function example
%%%%% [1-1.8z^{-1}+0.81z^{-2}] y = [z^{-1}+0.3z^{-2}] u
%%%%%
%%%%% Illustrates closed-loop GPC simulations wi
www.eeworm.com/read/219596/14874282
m example1_siso.m
%%%%% Typical data entry required for a
%%%%% SISO transfer function example
%%%%% [1-1.8z^{-1}+0.81z^{-2}] y = [z^{-1}+0.3z^{-2}] u
%%%%%
%%%%% Illustrates closed-loop GPC simulations wi
www.eeworm.com/read/244381/12869654
m 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 = ');
%
om
www.eeworm.com/read/152244/7139304
m reinf7_7.m
%%%%%%%%%%% Reinforcement Problem 7.7 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/152244/7139428
m ex10_2.m
%%%%%%%%%%%%%%%%% Example 10.2 %%%%%%%%%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/152244/7139308
m reinf7_8.m
%%%%%%%%%%% Reinforcement Problem 7.8 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat