代码搜索:open-loop
找到约 77 项符合「open-loop」的源代码
代码结果 77
www.eeworm.com/read/401397/7115970
m pfr_mds.m
% Frequency responses of the perturbed mass/damper/spring
% open-loop systems
%
mod_mds
omega = logspace(-1,1,100);
G64 = gridureal(G,'c',4,'k',4,'m',4);
%
figure(1)
bode(G.Nominal,'r-',G64,'b
www.eeworm.com/read/479910/6683254
m fig6_47.m
% Fig. 6.47 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
clear all;
close all;
num=[20 1];
den=[1 0 0];
w=logspace(-3,1,100);
[m,p]=bode(num,den,w);
www.eeworm.com/read/401394/11557984
m olp_mds.m
% Generate the open-loop connection for the
% mass/damper/spring system
%
mod_mds
%
% nominal frequency response of G
figure(1)
omega = logspace(-1,1,100);
bode(G.Nominal,'r-',G,'b--',omega),
www.eeworm.com/read/152244/7139357
m cp5_6.m
%%%%%%%%%%% Comprehensive Problem 5.6 %%%%%%%%%%%
% 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/476392/6759286
m rldesign.m
function [numopen, denopen, denclsd]=rldesign(num,den,s1)
% Hadi Saadat, 1998
clc
discr=[
' '
' The function rldesign(nu
www.eeworm.com/read/476392/6759337
m fbdesign.m
function [numopen, denopen, denclsd]=fbdesign(num,den,s1)
% Hadi Saadat 1998
clc
discr=[
' '
' The function fbdesign(nu
www.eeworm.com/read/257010/11960190
m fbdesign.m
function [numopen, denopen, denclsd]=fbdesign(num,den,s1)
% Hadi Saadat 1998
clc
discr=[
' '
' The function fbdesign(nu
www.eeworm.com/read/257010/11960555
m rldesign.m
function [numopen, denopen, denclsd]=rldesign(num,den,s1)
% Hadi Saadat, 1998
clc
discr=[
' '
' The function rldesign(nu
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/368546/9689913
h p_med_o.h
/*--------------------------------------------------------------------------*
* P_MED_O.H *
*----------------------------------------