代码搜索:closed-loop

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

代码结果 171
www.eeworm.com/read/152244/7139480

m reinf3_16.m

%%%%%%%%%% Reinforcement Problem 3.16 %%%%%%%%%%% % 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/7139498

m cp3_2.m

%%%%%%%%%%% Comprehensive Problem 3.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/448905/7522710

m fig8_39a.m

% Chapter 8: Figure 8.39, p. 452 % % Closed-loop peak magnitude and resonant frequency for % % K % T(s) = -------------- , % s^3+3s^2+2s+K % % where K must be inpu
www.eeworm.com/read/439271/7713281

m chkstab.m

function [unstable]=chkstab(a1,b1,c1,d1,a2,b2,c2,d2,T) % CHKSTAB Check stability. (Utility Function) % CHKSTAB checks the closed loop stability of the nominal loop. % Author: Yossi Chait
www.eeworm.com/read/438091/7736735

m ch6_1a.m

% Create the uncertain reak parameters m1, m2 & k m1 = ureal('m1',1,'percent',20); m2 = ureal('m2',1,'percent',20); k = ureal('k',1,'percent',20); s = zpk('s'); % create the Laplace variable s
www.eeworm.com/read/145495/12717655

m fig8_39a.m

% Chapter 8: Figure 8.39, p. 452 % % Closed-loop peak magnitude and resonant frequency for % % K % T(s) = -------------- , % s^3+3s^2+2s+K % % where K must be inpu
www.eeworm.com/read/320554/13424156

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/317371/13505591

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/463288/6305929

m ch6_1a.m

% Create the uncertain reak parameters m1, m2 & k m1 = ureal('m1',1,'percent',20); m2 = ureal('m2',1,'percent',20); k = ureal('k',1,'percent',20); s = zpk('s'); % create the Laplace variable s
www.eeworm.com/read/479910/6683243

m fig7_51.m

% Figure 7.51 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % % script for fig. 7.51 % clf; dp=[1 1 0]; np=[1]; nc=conv([1 1.001],[8.32 0.8]);