- 10
- 0
- 约1.19万字
- 约 41页
- 2019-09-14 发布于广东
- 举报
目录
实验一 连续信号的时域分析 实验二 连续时间系统的时域分析
实验三
连续信号的频域分析
实验四
连续系统的频域分析
16
实验五
信号采样与重建
26
实验一连续信号的时域分析
实验目的
实验设备
实验原理
f(t)=2elf(t)=sinc(t)f(t)=3rectpuls(tl4)43
f(t)=2el
f(t)=sinc(t)
f(t)=3rectpuls(tl4)
4
3
2
1 1
0
-1
?5 0 5
四、实验内容
1.
clc
clear
close
syms t;
fl=2*exp (t);
f2=2*cos(3*t+4);
f3=2*sin(3*t+4);
subplot (2,2,1);
ezplot (f1, [-10,2]);
xlabel ( * t *);
title(1f(t)=2eAt1);
grid on;
subplot(2,2,2);
ezplot(f2z [-5,5]);
xlabel (111);
title(1f(t)=2cos(3t+4)
*);
grid on;
subplot(2,2,3);
ezplot(f3,[-5,5]);
xlabel (* tf);
title(* f(t)=2sin (3t+4) *);
grid on
2、
clc
clear
close
t=-5:0.01:5;
fl = sinc (t);
f2=3*rectpuls (t,4);
f3=3*tripuls (t,4z 0); subplot (2,2,1);
plot(t,fl);
xlabel(1tf);
title(* f(t)=sinc (t) *);
grid on;
subplot(2,2,2)
plot(t,f2);
xlabel(1t1);
title(* f(t)=3rectpuls (tf 4) *);
grid on;
axis([-5,5,-lz 4]);
subplot(2,2,3);
plot(t,f3);
xlabel ( 111);
title(f(t)=3rectpuls (tA 4,0)); grid on;
axis([-5z5z-l,4]);
ttf(0.5t+1)3、
t
t
f(0.5t+1)
clc
clear
close
tl=-14:0.05:2;
t2=0:0.05:16;
t=-6.5:0.05:1.5;
t4=-6:0.05:26;
fl=4*rectpuls(-tl-6z12
)+3*tripuls(-tl-6z 4,0)
■
f2=4 *rectpuls(t2-8 z12)
+ 3*tripuls (t2-8,4,0);
f3=4*rectpulLs (1-2*t—6, 12) +3*tripuls (1-2*t-6, 4,0) f4=4*rectpuls(05*t4 + l-6,12)+3*tripuls (0?5*t4 + l-6,4,0);
subplot (2,2,1);
plot(tl,fl); xlabel (111);
title(ff (-t) 1); subplot (2,2,2); plot(t2,f2);
xlabel ( 11f); title(* f(t-2) *);
subplot (2,2,3); plot(tz f3);
xlabel (111);
title(* f (l-2t) *); subplot (2,2,4); plot(t4,f4);
xlabel ( 111);
title(f(0.5t+l));
实验总结
实验二连续时间系统的时域分析
实验目的
实验设备
实验原理
四、实验内容
1.
方法一:
clear
close
clc
t=0:0.01:10;
f=exp (-1);
a=[l 2];
b=[l];
y=lsim(b a,fz t);
plot(t,y);
xlabel(1 Time(sec) 1);
ylabel(fi (t) 1 );
axis([0,10,一0.025,0.27
5]);
grid on;
方法二:
易求得系统的冲激响应
为戶E (t)
clear;
clc;
close;
syms t x;
e=exp(-x);
h=exp(-2?*(t-x));
i=int(e.*h,x,0z t);
ezplot (i, [0,10]);
xlabel(1 Time(sec) 1);ylabel(1i (t) 1 );
title(exp(-t)*exp(-2t)); grid on;
2.
冲激响应源程序:
clear;
close;
clc;
a=[l 2];
b=[l];
impulse(b,a, 10);
xlabel(T Time(sec)
您可能关注的文档
最近下载
- 九年义务教育控辍保学工作方案.doc VIP
- 2025年安徽中考语文试卷及答案出炉 .pdf VIP
- KA 25-2025 煤矿井下机电设备完好性要求.docx VIP
- 劳动合同中止期间的工资支付与社保缴纳义务.docx VIP
- T BALI 003—2023 节律照明灯具性能要求.pdf VIP
- 2012年江苏高考数学试卷真题及答案.doc VIP
- 高中地理野外实践活动与乡土文化传承的结合研究教学研究课题报告.docx
- 2025光伏电站光伏组件并网验收测试标准光伏组件安装质量检查标准.docx VIP
- 上汽通用五菱宝骏610_汽车使用手册用户操作图解驾驶车主车辆说明书pdf电子版下载.pdf VIP
- 运筹学题库及答案.doc VIP
原创力文档

文档评论(0)