代码搜索:pendulum

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

代码结果 574
www.eeworm.com/read/247001/12693073

m pendulum.m

www.eeworm.com/read/244950/12828993

mdl pendulum.mdl

Model { Name "Pendulum" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataT
www.eeworm.com/read/142326/12952019

c pendulum.c

//****************************************************************************** // // Software License Agreement //
www.eeworm.com/read/142091/12963714

deq pendulum.deq

unknown[0]:="x"; unknown[1]:="v"; x'(t):={ v }; v'(t):={ -x-k*v }; x_:=1;v_:=1; t0:=0; maxt:=30; dt:=0.04; E(t):={ x*x+v*v }; k:=0.2; c:=2;
www.eeworm.com/read/142091/12963817

ini pendulum.ini

[Window0] WindowPlacement=0,1,-1,-1,-1,-1,0,0,400,258 WindowType=9999 [Window1] WindowPlacement=0,1,-1,-1,-4,-23,400,258,800,516 WindowType=1 [Description] NoOfWindows=4 TemplateFile=C:\MS
www.eeworm.com/read/476392/6759344

m pendulum.m

function xdot = pendulum(t,x); % returns the state derivatives W =2; L = .6; B = 0.02; g = 9.81; m =W/g; xdot = [x(2) ; -B/m*x(2)-W/(m*L)*sin(x(1)) ];
www.eeworm.com/read/402167/11541881

svg pendulum.svg

www.eeworm.com/read/262217/11600979

mdl pendulum.mdl

Model { Name "pendulum" Version 6.1 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" ComputedModelVe
www.eeworm.com/read/157742/11666595

mdl pendulum.mdl

Model { Name "Pendulum" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataT
www.eeworm.com/read/155109/11898478

m pendulum.m

%PENDULUM A ball balancing simulator that uses fuzzy logic % % PENDULUM 3.0 - A BALL BALANCING SIMULATOR % % % Simulates linear and fuzzy control strategies for a ball balan