代码搜索:closed-loop

找到约 171 项符合「closed-loop」的源代码

代码结果 171
www.eeworm.com/read/262937/11384070

m analysis_uc_ip.m

%----------------------------------------------------------------------------- % analysis_uc_ip.m % Design and Development of Closed Loop Control for INVERTED PENDULUM % By IIEE Visionaries % Copy
www.eeworm.com/read/262933/11384139

m analysis_uc_ip.m

%----------------------------------------------------------------------------- % analysis_uc_ip.m % Design and Development of Closed Loop Control for INVERTED PENDULUM % By IIEE Visionaries % Copy
www.eeworm.com/read/406741/11436847

m analysis_uc_ip.m

%----------------------------------------------------------------------------- % analysis_uc_ip.m % Design and Development of Closed Loop Control for INVERTED PENDULUM % By IIEE Visionaries % Copy
www.eeworm.com/read/425344/10363294

m ch8p2.m

'(ch8p2) Example 8.8' % Display label. clear % Clear variables from workspace. clf % clear graph on screen. j=.21 numg=j
www.eeworm.com/read/448905/7522781

m fig6_12.m

% Chapter 6: Figure 6.12, p. 314 % % Using the roots function to compute the closed-loop % system poles of a unity feedback system with % G(s)=1/s^3+s^2+2s+23. % numg=[1]; deng=[1 1 2 23]; [num,
www.eeworm.com/read/145495/12717740

m fig6_12.m

% Chapter 6: Figure 6.12, p. 314 % % Using the roots function to compute the closed-loop % system poles of a unity feedback system with % G(s)=1/s^3+s^2+2s+23. % numg=[1]; deng=[1 1 2 23]; [num,
www.eeworm.com/read/145158/12748039

m imvecv_hzplt.m

% Plot outputs of imvecV_hz.mdl clc,close all % -------------------- GRAPHICAL DISPLAYS ---------------------------------- figure('Position',[100 55 900 590],'Name','Closed-loop transient
www.eeworm.com/read/244381/12869672

m clp_pend.m

% Simulation of the triple inverted pendulum closed-loop system % sim_pend clp_ic = starp(pend_sm,K,6,2); % % response to the reference input timedata = 0; tf = 20; ti = 0.04; stepdata2 = -0.
www.eeworm.com/read/244381/12869694

m wpl_pend.m

% Simulation of the closed-loop system with the worst case % perturbation % sim_pend clp = starp(delta,starp(pend_sm,K,6,2)); % % response to the reference input timedata = 0; ti = 0.01; tf =
www.eeworm.com/read/244381/12869707

m dcl_pend.m

% Simulation of the sampled-data closed-loop system % sim_pend % % discretization interval Ts = input ('Enter sampling period Ts = '); KD = samhld(K,Ts); % % response to the reference input t