代码搜索:闭环反馈

找到约 1,771 项符合「闭环反馈」的源代码

代码结果 1,771
www.eeworm.com/read/162323/10314639

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/275728/10799385

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/417000/11007426

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/270434/11038671

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/447444/7551118

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/439653/7704060

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/438370/7732151

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/197646/7983583

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/296477/8101389

m ex3_2.m

% 关闭所有图形窗口并清除内存变量 close all; clear; % 系统开环传递函数初始化 numo=[0 0 0 0 200]; deno=[1 20 140 400 384]; % 求解系统的闭环传递函数 numc=numo; n=length(deno); denc=zeros(1,n); denc=numo+deno; % 结果显示 disp('System
www.eeworm.com/read/296477/8101396

asv ex3_2.asv

% 关闭所有图形窗口并清除内存变量 close all; clear; % 系统开环传递函数初始化 numo=[0 0 0 0 200]; deno=[1 20 140 400 384]; % 求解系统的闭环传递函数 numc=numo; n=length(deno); denc=zeros(1,n); denc=numo+deno; % 结果显示 disp('System