代码搜索:closed-loop
找到约 171 项符合「closed-loop」的源代码
代码结果 171
www.eeworm.com/read/339293/12244457
m expl7_9.m
% Example 7.9 Produces fig. 7.13
%
% Copyright 1996-2003 Sigurd Skogestad & Ian Postlethwaite
% $Id: Expl7_9.m,v 1.2 2004/04/14 09:37:41 vidaral Exp $
close all; clear all;
% Frequency
omega=
www.eeworm.com/read/208657/15239533
m ea_2v.m
function ea_2v(index)
global stack
disp('--------------------------------------');
switch index
case 1,disp('-------Desired Eigenvalues------------');
case 2,disp('-------Desired Eige
www.eeworm.com/read/473260/6849949
m optimalpidtuning.m
%% Learning PID Tuning III: Performance Index Optimization
% Most PID tuning rules are based on first-order plus time delay
% assumption of the plant hence cannot ensure the best control performance
www.eeworm.com/read/329660/12942542
h build.h
/* =================================================================================
File name: BUILD.H
Originator: Digital Control Systems Group
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
www.eeworm.com/read/262933/11384142
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/406741/11436851
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/150080/12316731
m m6_12.m
%m6_12.m
clc
clf
clear
num=[2];
den=poly([0 -3.5 -10.34]);
sys=tf(num,den)
pos=input('Please type POS ');
z=(-log(pos/100))/(