代码搜索:pendulum
找到约 574 项符合「pendulum」的源代码
代码结果 574
www.eeworm.com/read/331765/7035251
h draw.h
#if !defined (__DRAW_H)
#define __DRAW_H
#define MAX_POINT 400
#define CURVE_POINT 1000
#define MASK 0x80
struct DRAW_POINT
{
int point_the;
int point_thedot;
int point_pos;
www.eeworm.com/read/322368/13381148
pdf control+double+inverted+pendulum+by+reinforcement+learning+with+double+cmac+network.pdf
www.eeworm.com/read/152244/7139276
m cp8_2.m
%%%%%%%%%%% Comprehensive Problem 8.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/244381/12869656
m inc_pend.m
function x0 = inc_pend
%
% Initial conditions for the triple inverted pendulum.
%
% x(1) = Theta(1)
% x(2) = Theta(2)
% x(3) = Theta(3)
% x(4) = dTheta(1)/dt
% x(5) = dTheta(2)/dt
% x(6
www.eeworm.com/read/479910/6683030
m fig7_20.m
% Figure 7.20 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
% Script for pendulum LQR
%
clf;
wo=1;
F=[0 1;wo*wo 0];
G=[0;-1];
Hz=[2 1];
J=[
www.eeworm.com/read/395311/8186297
cmd f2407.cmd
/******************************************************************************/
/* File Name: 2407_PM.cmd */
/* Description: Linker command file to place user code (vectors & .text) */
/* sections
www.eeworm.com/read/166836/9995802
m appcs2b.m
%APPCS2B
% Mark Beale, 12-15-93
% Copyright 1992-2000 The MathWorks, Inc.
% $Revision: 1.12 $ $Date: 2000/06/15 04:22:44 $
echo off
clf;
figure(gcf)
deg2rad = pi/180;
if ~exist('mnet'),lo
www.eeworm.com/read/320554/13424160
m analysis_comp_ip.m
%-----------------------------------------------------------------------------
% analysis_comp_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Co
www.eeworm.com/read/317371/13505595
m analysis_comp_ip.m
%-----------------------------------------------------------------------------
% analysis_comp_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Co
www.eeworm.com/read/262937/11384074
m analysis_comp_ip.m
%-----------------------------------------------------------------------------
% analysis_comp_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Co