代码搜索:pendulum

找到约 574 项符合「pendulum」的源代码

代码结果 574
www.eeworm.com/read/437834/7741200

mdl mophong_inverted_pendulum_cfile_pd_goc_vitri.mdl

Model { Name "Mophong_Inverted_Pendulum_CFile_PD_goc_vitri" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowL
www.eeworm.com/read/437834/7741211

mdl mophong_inverted_pendulum_cfile_pi_goc_vitri.mdl

Model { Name "Mophong_Inverted_Pendulum_CFile_PI_goc_vitri" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowL
www.eeworm.com/read/320561/13423729

m rotary double inverted pendulum;sim mechanics model.m

Model { Name "lemmec" Version 6.0 GraphicalInterface { NumRootInports 0 NumRootOutports 1 Outport { BusObject "" BusOutputAsStruct "of
www.eeworm.com/read/359005/10172036

m contents.m

% Fuzzy Logic Toolbox Demos. % % General demos % defuzzdm - Defuzzification methods. % fcmdemo - Fuzzy c-means clustering demo (2-D). % fuzdemos - List of all Fuzzy Logic Toolbox dem
www.eeworm.com/read/161291/10428299

m dipsource.m

% Samuel Barnes 5 March 04 % Control System and Simulation for the twin-pendulum system. clear all; %User Set Parameters freq = 115; %Hertz Sample Freq T = 1/fre
www.eeworm.com/read/152244/7139432

m cp10_2.m

%%%%%%%%%%% Comprehensive Problem 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/247001/12693029

m pend.m

% Embedded Control Systems in C/C++ % by Jim Ledin % % Pendulum model used by figure_3_2.m function dy = pend(t, y) % xdd = -3*xd^2 - 5*x + 1 g = 9.81; l = 1; dy = [y(2); -g/l*sin(y(1))];
www.eeworm.com/read/315461/13541920

m ch11_e.m

% Run the inverted pendulum simulation opts = simset('InitialState',[0,0,0,0,0],'Solver','ode45') ; [t,x] = sim('sysmdl_i',[0:0.1:10],opts) ; % Plot the position and pendulum angle subplot(2,1,1); pl
www.eeworm.com/read/479910/6683222

m fig7_19.m

% Figure 7.19 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % % fig7_19.m % script to generate Fig. 7.19, symmetric root locus for the inverted pe