代码搜索:闭环反馈

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

代码结果 1,771
www.eeworm.com/read/372266/9514782

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/372259/9515257

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/362596/9989548

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/356838/10220475

s hd_support.s

.module HD_Support.c .area text(rom, con, rel) .dbfile H:\单片机\源程序\2007全国电子设计大赛\电机闭环模块\HD_Support.c .area vector(rom, abs) .org 18 rjmp _Timer0_OVF_ISR .area text(rom, con, rel) .dbfile
www.eeworm.com/read/355530/10259277

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/162323/10314530

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/161098/10451550

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

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

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

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(