儿例2.9与冲激函数的卷积t f(t)f(t)48(t)000f(t)f(t)*o(t-t)s(t-t)5000tti吴江大学电信学院
电信学院 6 例2.9 与冲激函数的卷积 t 0 f (t) t 0 (t) * = t 0 f (t) t 0 f (t) * t 0 ( )1 t −t 1 t = t 0 ( ) ( )1 f t t −t 1 t
例2.9与冲激函数的卷积f(t)s(t-t)00S(t+t)f(t)T021吴山大学电信学院
电信学院 7 例2.9 与冲激函数的卷积 t 0 ( )1 t −t 1 t 1 −t ( )1 t +t t − T 0 T 2T t 0 f (t) * = t 0 1 t 1 −t * = t 0 (t) T −T T 2T t 0 f (t)
计算机例题C2.4dt=0.01;t=-1:dt:5;L-length(t);tp=[2*t(1):dt:2*t(L)l;f1=rectpuls(t-0.5);f2=0.5*rectpuls(t-2,2);y=dt*conv(f1,f2);subplot(3,1,1),plot(t,f1,linewidth',2),ylabel(f1(t)');axis(/t(1) t(L)-0.2 1.2D;gridsubplot(3,1,2),plot(t,f2, linewidth,2),ylabel(f2(t)');axis([t(1) t(L) -0.2 1.2D;gridsubplot(3,1,3),plot(tp,y,linewidth',2),ylabel(y(t)');axis([t(1) t(L) -0.2 1D;grid,xlabel(Time(sec))吴江大学电信学院
电信学院 计算机例题C2.4 ⚫ dt=0.01; ⚫ t=-1:dt:5; ⚫ L=length(t); ⚫ tp=[2*t(1):dt:2*t(L)]; ⚫ f1=rectpuls(t-0.5); ⚫ f2=0.5*rectpuls(t-2,2); ⚫ y=dt*conv(f1,f2); ⚫ subplot(3,1,1),plot(t,f1,'linewidth',2),ylabel('f1(t)'); ⚫ axis([t(1) t(L) -0.2 1.2]);grid, ⚫ subplot(3,1,2),plot(t,f2,'linewidth',2),ylabel('f2(t)'); ⚫ axis([t(1) t(L) -0.2 1.2]);grid ⚫ subplot(3,1,3),plot(tp,y,'linewidth',2),ylabel('y(t)'); ⚫ axis([t(1) t(L) -0.2 1]);grid,xlabel('Time(sec)') 8
门MATLAB计算000.5023A5-1700.5-2035-1410.50n230N45Time(sec)吴山大学电信学院
电信学院 MATLAB计算 9