代码搜索:闭环反馈

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

代码结果 1,771
www.eeworm.com/read/447444/7551096

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

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

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/298099/7974253

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

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/143198/12889951

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/142361/12950307

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/329374/12957791

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/242170/13090488

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/327001/13104593

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(