东华大学信息学院信号与线性系统课程设计报告.docxVIP

  • 10
  • 0
  • 约1.19万字
  • 约 41页
  • 2019-09-14 发布于广东
  • 举报

东华大学信息学院信号与线性系统课程设计报告.docx

目录 实验一 连续信号的时域分析 实验二 连续时间系统的时域分析 实验三 连续信号的频域分析 实验四 连续系统的频域分析 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)

文档评论(0)

1亿VIP精品文档

相关文档