代码搜索:pendulum
找到约 574 项符合「pendulum」的源代码
代码结果 574
www.eeworm.com/read/250715/12387428
m pendan_animmm.m
function [sys,x0,str,ts] = pendan(t,x,u,flag,RefBlock)
%PENDAN S-function for making pendulum animation.
%
% See also: PENDDEMO.
% Copyright 1990-2002 The MathWorks, Inc.
% $Revision: 1.2
www.eeworm.com/read/395311/8186326
log cc_build_debug.log
---------------------------- Pendulum.pjt - Debug ----------------------------
"C:\ti\c2400\cgtools\bin\dspcl" -g -q -fr"E:/dsp240/justonce/Debug" -d"_DEBUG" -v2xx -@"Debug.lkf" "ClearDog.c"
[clea
www.eeworm.com/read/424063/10500328
m pendan.m
function [ret,x0] = pendan(t,x,u,flag,RefBlock)
%PENDAN S-function for making pendulum animation.
%
% See also: PENDAN.C, PENDDEMO, PENDSETS and PEND0.
% Copyright (c) 1990-94 by The MathW
www.eeworm.com/read/244381/12869643
m init_d_pend.m
% Set the parameters for the discrete-time triple inverted pendulum
% simulation
%
% Noise shaping filters
kf = 0.00002; Tf1 = 10; Tf2 = 0.1;
%
% Sensors
alf1 = 1.146; alf2 = 1.146; alf3 = 0.99
www.eeworm.com/read/475897/6768565
asv chap3_9f.asv
%Local linearization for single inverted pendulum
clear all;
close all;
g=9.8;
m=.1;
M=1.0;
l=0.5;
a=l/(m+M);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Equation 1:
a1=g/(4/3*l-a*m*l);
A1=[0
www.eeworm.com/read/475897/6768588
m chap3_9f.m
%Local linearization for single inverted pendulum
clear all;
close all;
g=9.8;
m=0.1;
M=1.0;
l=0.5;
a=l/(m+M);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Equation 1:
a1=g/(4/3*l-a*m*l);
A1=[0
www.eeworm.com/read/147096/12584300
m pendan.m
function [ret,x0] = pendan(t,x,u,flag,RefBlock)
%PENDAN S-function for making pendulum animation.
%
% See also: PENDAN.C, PENDDEMO, PENDSETS and PEND0.
% Copyright (c) 1990-94 by The MathW
www.eeworm.com/read/101557/15826624
m pendan.m
function [ret,x0] = pendan(t,x,u,flag,RefBlock)
%PENDAN S-function for making pendulum animation.
%
% See also: PENDAN.C, PENDDEMO, PENDSETS and PEND0.
% Copyright (c) 1990-94 by The MathW
www.eeworm.com/read/432495/8602029
m chap3_9f.m
%Local linearization for single inverted pendulum
clear all;
close all;
g=9.8;
m=2;
M=8;
l=0.5;
a=l/(m+M);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Equation 1:
a1=g/(4/3*l-a*m*l);
A1=[0 1;
www.eeworm.com/read/388422/8611002
m chap3_9f.m
%Local linearization for single inverted pendulum
clear all;
close all;
g=9.8;
m=2;
M=8;
l=0.5;
a=l/(m+M);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Equation 1:
a1=g/(4/3*l-a*m*l);
A1=[0 1;