- 2
- 0
- 约7.78千字
- 约 6页
- 2016-10-13 发布于贵州
- 举报
连续系统频域响性分析及系统函数极零点分布特性
一.
a=[1,5];
b=[1,0];
w=0:0.01:20;
H=freqs(b,a,w);
figure(1)
subplot(1,2,1)
plot(w,abs(H))
title(系统幅频特性曲线)
xlabel(w)
ylabel(幅度)
subplot(1,2,2)
plot(w,angle(H))
title(系统相频特性曲线)
xlabel(w)
ylabel(相位(弧度))
a=[1,5];
b=[5];
w=0:0.01:20
H=freqs(b,a,w);
figure(1)
subplot(1,2,1)
plot(w,abs(H))
title(系统幅频特性曲线)
xlabel(w)
ylabel(幅度)
subplot(1,2,2)
plot(w,angle(H))
title(系统相频特性曲线)
xlabel(w)
ylabel(相位(弧度))
a=[1,5,12.5];
b=[12.5];
w=0:0.01:20;
H=freqs(b,a,w);
figure(1)
subplot(1,2,1)
plot(w,abs(H))
title(系统幅频特性曲线)
xlabel(w)
ylabel(幅度)
subplot(1,2,2)
plot(w,angle(H))
title(系统相频特性曲线)
xlabel(w)
ylabel(相位(弧度))
二
a=[1,1,-2];
b=[1];
c=[1,1,0.25];
d=[1];
e=[1,1,0]
f=[1]
subplot(3,1,1)
impulse(b,a);
title(不稳定时冲激响应)
subplot(3,1,2)
impulse(d,c);
title(稳定时的冲激响应)
subplot(3,1,3)
impulse(f,e);
title(临界稳定时的冲激响应)
a=[1,2,101];
b=[1,0];
c=[1,5,16,30];
d=[1,-5,16,-30];
e=[1,4,8];
f=[1,-2,2];
g=[1,4,8];
h=[1,2,2];
w=0:0.01:30;
H1=freqs(b,a,w);
H2=freqs(d,c,w);
H3=freqs(f,e,w);
H4=freqs(h,g,w);
subplot(4,2,1)
plot(w,abs(H1))
title(系统幅频特性曲线1)
xlabel(w)
ylabel(幅度1)
subplot(4,2,2)
plot(w,angle(H1))
title(系统相频特性曲线1)
xlabel(w)
ylabel(相位(弧度)1)
subplot(4,2,3)
plot(w,abs(H2))
title(系统幅频特性曲线2)
xlabel(w)
ylabel(幅度2)
subplot(4,2,4)
plot(w,angle(H2))
title(系统相频特性曲线2)
xlabel(w)
ylabel(相位(弧度)2)
subplot(4,2,5)
plot(w,abs(H3))
title(系统幅频特性曲线3)
xlabel(w)
ylabel(幅度3)
subplot(4,2,6)
plot(w,angle(H4))
title(系统相频特性曲线3)
xlabel(w)
ylabel(相位(弧度)3)
subplot(4,2,7)
plot(w,abs(H4))
title(系统幅频特性曲线4)
xlabel(w)
ylabel(幅度4)
subplot(4,2,8)
plot(w,angle(H3))
title(系统相频特性曲线4)
xlabel(w)
appearance of the weld appearance quality technical requirements of the project must not have a molten metal stream does not melt the base metal to weld, weld seam and heat-affected zone surface must not have cracks, pores, defects such as crater and ash, surface smoothing, weld and base metal should be evenly smooth transition. Width 2-3 mm from the edge of weld Groove. Surface reinforcement should be less than or equal to 1 + 0.2 times the
您可能关注的文档
最近下载
- Q_LNKJ06-2020中负荷车辆齿轮油GL-4.pdf
- SJ∕T 10460-2016 太阳光伏能源系统图用图形符号.pdf
- 新求精德语强化教程(第4版)初级1课后练习答案(改进版) .pdf VIP
- 北师大版三年级下册数学全册教学设计(配2026年春改版教材).docx
- (2026年)跌倒坠床护理综合指南PPT课件.pptx VIP
- 工程设计应急响应方案(3篇).docx VIP
- 征信简版电子版PDF个人信用报告最新版2024年可编辑带水印模板.pdf VIP
- ntvf调试资料解读.doc VIP
- 电影《色.戒》的叙事伦理.doc VIP
- 上海大学2023-2024学年第1学期《高等数学(上)》期末考试试卷(A卷)附参考答案.pdf
原创力文档

文档评论(0)