代码搜索:闭环反馈
找到约 1,771 项符合「闭环反馈」的源代码
代码结果 1,771
www.eeworm.com/read/158241/11630501
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/261326/11654639
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/156094/11828481
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/344814/11858166
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/154488/11950989
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/131489/14143407
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/123833/14611718
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/122468/14688307
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/220803/14788700
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/38039/1093164
mnu defhols.mnu
CLOSE#LOOPS 封闭环
#
Define#Loops 定义环
Select loops of edges to be closed.
选取要封闭的边的环。
Remove#Loops 删除环
Remove existing loops of edges to be closed.
删除要封闭的边的现存环。
Show#Loops 显示
Show loops of edges to be cl