代码搜索:闭环反馈
找到约 1,771 项符合「闭环反馈」的源代码
代码结果 1,771
www.eeworm.com/read/193048/8255678
m ex3_19.m
% ex3_19
% 确定反馈控制系统的临界放大倍数K
for k=0.7:0.01:1
den=[1 2 2 1 0];
num=[1];
ld=length(den);
ln=length(num);
den=den+[zeros(1,ld-ln),k*num];
[r,f]=routh(den);
if f~=0,
www.eeworm.com/read/285192/8861842
txt 说明.txt
工程名称:电机PID控制(键盘控制转速)
说明:中级试验,用键盘设定电机的转速,同时电机闭环PID控制,并定期向串口发送转速值,涉及PWM,中断,脉冲累加器的使用,PID控制等等。
BY DEMON
EMAIL:WANGPANBAO@126.COM
WWW.INTELLIGENTCAR.CN智能车制作网站
www.eeworm.com/read/179152/9368302
m exp4_3_.m
clc
clear
close all
a=[-21,19,-20;19 -21 20;40 -40 -40];
b=[0;1;2];
c=[1 0 2];
d=0;
%绘制闭环系统的阶跃响应曲线
%g=ss(a,b,c,d);
%[y,t,x]=step(g);
[y,x,t]=step(a,b,c,d);
figure(1)
plot(t,y)
title('the
www.eeworm.com/read/177691/9440417
m exp4_3_.m
clc
clear
close all
a=[-21,19,-20;19 -21 20;40 -40 -40];
b=[0;1;2];
c=[1 0 2];
d=0;
%绘制闭环系统的阶跃响应曲线
%g=ss(a,b,c,d);
%[y,t,x]=step(g);
[y,x,t]=step(a,b,c,d);
figure(1)
plot(t,y)
title('the
www.eeworm.com/read/372266/9514820
m exp4_3_.m
clc
clear
close all
a=[-21,19,-20;19 -21 20;40 -40 -40];
b=[0;1;2];
c=[1 0 2];
d=0;
%绘制闭环系统的阶跃响应曲线
%g=ss(a,b,c,d);
%[y,t,x]=step(g);
[y,x,t]=step(a,b,c,d);
figure(1)
plot(t,y)
title('the
www.eeworm.com/read/372259/9515310
m exp4_3_.m
clc
clear
close all
a=[-21,19,-20;19 -21 20;40 -40 -40];
b=[0;1;2];
c=[1 0 2];
d=0;
%绘制闭环系统的阶跃响应曲线
%g=ss(a,b,c,d);
%[y,t,x]=step(g);
[y,x,t]=step(a,b,c,d);
figure(1)
plot(t,y)
title('the
www.eeworm.com/read/362596/9989597
m exp4_3_.m
clc
clear
close all
a=[-21,19,-20;19 -21 20;40 -40 -40];
b=[0;1;2];
c=[1 0 2];
d=0;
%绘制闭环系统的阶跃响应曲线
%g=ss(a,b,c,d);
%[y,t,x]=step(g);
[y,x,t]=step(a,b,c,d);
figure(1)
plot(t,y)
title('the
www.eeworm.com/read/356838/10220443
dbg motorctr.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR H:\单片机\源程序\2007全国电子设计大赛\电机闭环模块\
FILE RD_UseLCDSP027.c
FUNC Set_DISP_BUFF C0 fV
BLOCK 67 C0
DEFLOCAL e 4 c
DEFLOCAL d 2 c
DEFLOC
www.eeworm.com/read/356838/10220478
o system.o
XL
H 1 areas 3 global symbols
M System.c
S _Process_Task Ref0000
S _System_INIT Ref0000
A text size A flags 0
dbfile H:\单片机\源程序\2007全国电子设计大赛\电机闭环模块\System.c
dbfunc e main 0 fV
dbline FFFFFFFF
www.eeworm.com/read/355530/10259383
m exp4_3_.m
clc
clear
close all
a=[-21,19,-20;19 -21 20;40 -40 -40];
b=[0;1;2];
c=[1 0 2];
d=0;
%绘制闭环系统的阶跃响应曲线
%g=ss(a,b,c,d);
%[y,t,x]=step(g);
[y,x,t]=step(a,b,c,d);
figure(1)
plot(t,y)
title('the