代码搜索:pendulum
找到约 574 项符合「pendulum」的源代码
代码结果 574
www.eeworm.com/read/315461/13541909
m ch11_h.m
% Set the parameters for the rotating pendulum.
% Verify the ordering of the states.
% System parameters
l = 0.3 ; % Pendulum length (meters)
I_m = 0.75 ; % Motor moment of inertia
www.eeworm.com/read/471742/6888610
m foucault.m
%foucault.m incorporates the solution to the Foucault pendulum formulas
clear;
lth=34; % latitude angle in degrees
th=lth*2*pi/360; % convert to radians
g=9.8; % accele
www.eeworm.com/read/437834/7741197
mdl mophong_inverted_pendulum_p_goc.mdl
Model {
Name "Mophong_Inverted_Pendulum_P_goc"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions
www.eeworm.com/read/437834/7741201
mdl mophong_inverted_pendulum_pd_vitri.mdl
Model {
Name "Mophong_Inverted_Pendulum_PD_vitri"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensi
www.eeworm.com/read/437834/7741203
mdl mophong_inverted_pendulum_pi_goc.mdl
Model {
Name "Mophong_Inverted_Pendulum_PI_goc"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimension
www.eeworm.com/read/437834/7741210
mdl mophong_inverted_pendulum_pd_goc.mdl
Model {
Name "Mophong_Inverted_Pendulum_PD_goc"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimension
www.eeworm.com/read/211832/15172510
doc variable-structure-for-invented-pendulum-simulation.doc
www.eeworm.com/read/211826/15172531
doc lqr-of-liner-double-invinted-pendulum.doc
www.eeworm.com/read/322334/13382334
m triplelqrlqy.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%===============triplelqrlqy.m=============================
%系统参数设置、状态空间方程建立、LQR/LQY控制器设计及各自的
%阶跃响应曲线
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/152244/7139347
m cp2_2.m
%%%%%%%%%%% Comprehensive Problem 2.2 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %