代码搜索:闭环反馈
找到约 1,771 项符合「闭环反馈」的源代码
代码结果 1,771
www.eeworm.com/read/476058/6773155
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/395679/8161106
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/267095/11195177
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/412269/11208008
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/204090/15344791
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/102840/15756540
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/391902/8373111
vhd count_dn.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity count_dn is
port(clk,rst,en,stop:in std_logic;--stop由反馈信号BACK
warn20:buffer std_logic;--倒计时警告信号
www.eeworm.com/read/285346/8849073
java acceptserver.java
package md_accept;
//牡丹江:
//1)接受拆分服务器来的zip打包文件;2)//发送反馈zip文件到拆分服务器
import java.io.File;
public class AcceptServer {
String parentName = null;
ReceiveServer receiveserver = null;
PostClient p
www.eeworm.com/read/166190/10029788
m dmycom.m
getmodel3=figure('color',[1,1,1],'position',[0.15*winw,0.3*winh,0.6*winw,0.6*winh],...
'name','离散控制系统前向通道传递函数及反馈回路传递函数修改窗','numbertitle','off','menubar','none',...
'resize','off','cli
www.eeworm.com/read/166190/10029810
m dentertf2.m
getmodel3=figure('color',[1,1,1],'position',[0.15*winw,0.3*winh,0.7*winw,0.6*winh],...
'name','离散系统之前向通道脉冲传递函数及反馈回路脉冲传递函数输入窗','numbertitle','off','menubar','none',...
'resize','off','c