代码搜索:closed-loop
找到约 171 项符合「closed-loop」的源代码
代码结果 171
www.eeworm.com/read/195521/8146180
h build.h
/* =================================================================================
File name: BUILD.H
Originator: Digital Control Systems Group
www.eeworm.com/read/154809/11925931
pdf elotech canopen device profile for measuring devices and closed-loop controllers.pdf
www.eeworm.com/read/401397/7115971
m pcf_mds.m
% Frequency responses of the perturbed closed-loop
% mass/damper/spring systems
%
sim_mds
omega = logspace(-1,2,100);
%
clp_ic = lft(sim_ic,K);
clp64 = gridureal(clp_ic,'c',4,'k',4,'m',4);
%
www.eeworm.com/read/152244/7139457
m cp4_3.m
%%%%%%%%%%% Comprehensive Problem 4.3 %%%%%%%%%%%
% 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/152244/7139499
m cp3_3.m
%%%%%%%%%%% Comprehensive Problem 3.3 %%%%%%%%%%%
% 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/479910/6683044
m fig7_74.m
% Figure 7.74 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
%% fig7_74.m
%% Heat Exchanger
clf;
[t]=sim('fig7_73cl');
plot(t,y);
grid;
title
www.eeworm.com/read/401400/11557979
m sen_mds.m
% Frequency response of the sensitivity function
%
sim_mds
clp = lft(sim_ic,K);
%
% inverse performance weighting function
wts_mds
omega = logspace(-4,2,100);
%
% sensitivity function
sen_lo
www.eeworm.com/read/176585/9493242
m pid.m
function K=PID(Wn)
delta_t=0.1;
v=0.707;%Wn=2;
S=[1 2*v*Wn Wn^2]; % define desired closed-loop charateristic polynomial s^2+2yWn*s+Wn^2;
r_s=roots(S); % calculate roots
% calculate discrete po
www.eeworm.com/read/152244/7139441
m cp4_4.m
%%%%%%%%%%% Comprehensive Problem 4.4 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat