代码搜索:闭环反馈
找到约 1,771 项符合「闭环反馈」的源代码
代码结果 1,771
www.eeworm.com/read/140057/13112770
m ex0618.m
% Ex0618 绘制开环传递函数的根轨迹
num=1 ;
den=[conv([1,4],conv([1 -2+4i],[1 -2-4i])),0]
G=tf(num,den)
rlocus(G) %绘制根轨迹
[r,k]=rlocus(G) %得出闭环极点和增益
www.eeworm.com/read/241807/13115467
m exp4_5.m
clc
clear
close
%系统传递函数描述
wn=5;
alfh=0.6;
num=wn^2;
den=[1 2*alfh*wn wn^2];
%绘制闭环系统的阶跃响应曲线
t=0:0.02:5;
y=step(num,den,t);
plot(t,y)
title('two orders linear system step responce')
xlabel(
www.eeworm.com/read/325030/13229685
m exp4_5.m
clc
clear
close
%系统传递函数描述
wn=5;
alfh=0.6;
num=wn^2;
den=[1 2*alfh*wn wn^2];
%绘制闭环系统的阶跃响应曲线
t=0:0.02:5;
y=step(num,den,t);
plot(t,y)
title('two orders linear system step responce')
xlabel(
www.eeworm.com/read/136681/13366943
m exp4_5.m
clc
clear
close
%系统传递函数描述
wn=5;
alfh=0.6;
num=wn^2;
den=[1 2*alfh*wn wn^2];
%绘制闭环系统的阶跃响应曲线
t=0:0.02:5;
y=step(num,den,t);
plot(t,y)
title('two orders linear system step responce')
xlabel(
www.eeworm.com/read/302615/13831347
m exp4_5.m
clc
clear
close
%系统传递函数描述
wn=5;
alfh=0.6;
num=wn^2;
den=[1 2*alfh*wn wn^2];
%绘制闭环系统的阶跃响应曲线
t=0:0.02:5;
y=step(num,den,t);
plot(t,y)
title('two orders linear system step responce')
xlabel(
www.eeworm.com/read/488257/6500205
m exp4_5.m
clc
clear
close
%系统传递函数描述
wn=5;
alfh=0.6;
num=wn^2;
den=[1 2*alfh*wn wn^2];
%绘制闭环系统的阶跃响应曲线
t=0:0.02:5;
y=step(num,den,t);
plot(t,y)
title('two orders linear system step responce')
xlabel(
www.eeworm.com/read/487268/6517505
m exp4_5.m
clc
clear
close
%系统传递函数描述
wn=5;
alfh=0.6;
num=wn^2;
den=[1 2*alfh*wn wn^2];
%绘制闭环系统的阶跃响应曲线
t=0:0.02:5;
y=step(num,den,t);
plot(t,y)
title('two orders linear system step responce')
xlabel(
www.eeworm.com/read/478650/6712551
m ex0618.m
% Ex0618 绘制开环传递函数的根轨迹
num=1 ;
den=[conv([1,4],conv([1 -2+4i],[1 -2-4i])),0]
G=tf(num,den)
rlocus(G) %绘制根轨迹
[r,k]=rlocus(G) %得出闭环极点和增益
www.eeworm.com/read/401335/11559253
m exp4_5.m
clc
clear
close
%系统传递函数描述
wn=5;
alfh=0.6;
num=wn^2;
den=[1 2*alfh*wn wn^2];
%绘制闭环系统的阶跃响应曲线
t=0:0.02:5;
y=step(num,den,t);
plot(t,y)
title('two orders linear system step responce')
xlabel(
www.eeworm.com/read/348216/11605277
m exp4_5.m
clc
clear
close
%系统传递函数描述
wn=5;
alfh=0.6;
num=wn^2;
den=[1 2*alfh*wn wn^2];
%绘制闭环系统的阶跃响应曲线
t=0:0.02:5;
y=step(num,den,t);
plot(t,y)
title('two orders linear system step responce')
xlabel(