...,b),axis([010*pi-0.51.2]),xlabel(039;t039;),ylabel(039;幅度039;),title(039;基带信号039;);gridon;subplot(3,3,2),plot(t,w),axis([010*pi-1.21.2]),xlabel(039;t039;),ylabel(039;幅度039;),title(039;载波039;);gridon;subplot(3,3,3),plot(t,out),axis([010*pi-1.21.2]),xlabel(&...
时间:2024-04-07 00:48栏目:教案课件
...,b),axis([010*pi-0.51.2]),xlabel(039;t039;),ylabel(039;幅度039;),title(039;);gridon;subplot(3,3,2),plot(t,w),axis([010*pi-1.21.2]),xlabel(039;t039;),ylabel(039;幅度039;),titlegridon;subplot(3,3,3),plot(t,out),axis([010*pi-1.21.2]),xlabel(039;t039;),ylabel(039;幅度039;...
时间:2024-04-07 00:05栏目:教案课件
...z(b,a,N);x=[ones(1,5),zeros(1,N-5)];y=filter(b,a,x);subplot(1,2,1);stem(h);title(039;直线型h(n)039;);subplot(1,2,2);stem(y);title(039;直线型y(n)039;);程序运行成果:2.级联形式①impseq.mfunction[x,n]=impseq(n0,ns,nf)n=[ns:nf];x=[(n-n0)==0];②casfilter.mfunctiony=casfilter(b0...
时间:2024-04-11 01:31栏目:读后感
...*pi*t);%计算函数f(t)=sinc(t)*cos(20*pi*t)plot(t,f);%绘制f(t)的波形title(”sinc(t)*cos(20*pi*t)”);%加注波形标题运行结果:2二、系统时域的仿真分析2.1实现卷积f(t)*h(t),其中:f(t)2[(t)(t1)],h(t)(t)(t2)mp=0.01;%取样时间...
时间:2024-03-28 21:27栏目:教育交底
...pi/10:2*pi;y=2*sin(x);>>subplot(2,2,1);bar(x,y,039;g039;)>>title(039;bar(x,y,"g")039;);axis([0,7,-2,2]);>>subplot(2,2,2);stairs(x,y,039;b039;)>>title(039;stairs(x,y,"b")039;);axis([0,7,-2,2]);>>subplot(2,2,3);stem(x,y,039;k039;)&g...
时间:2024-05-20 20:32栏目:教案课件
...12;y1=ifft(y11,N);subplot(3,1,3);n=0:length(y1)-1;stem(n,y1,039;.039;);title(039;循环卷积的结果039;);xlabel(039;n039;);ylabel(039;y1(n)039;);运行后所得图形如下:观察所得的循环卷积结果发现并没有呈现周期性的序列,因此将程序做下列改变...
时间:2024-04-10 15:34栏目:教案课件
...12;y1=ifft(y11,N);subplot(3,1,3);n=0:length(y1)-1;stem(n,y1,039;.039;);title(039;循环卷积的结果039;);xlabel(039;n039;);ylabel(039;y1(n)039;);0/5运行后所得图形如下:观察所得的循环卷积结果发现并没有呈现周期性的序列,因此将程序做下列改变...
时间:2024-03-30 19:57栏目:教案课件
...Fs);%去信号的幅值mesh(a,w,Fs);%绘制三维网格曲面surf(a,w,Fs);%title(039;拉普拉斯变换039;);colormap(hsv);%holdon;p1=roots(A);%求多项式的根p2=roots(B);%求多项式的根plot(real(p1),imag(p1),039;o039;);plot(real(p2),imag(p2),039;x039;);实验结果图:为了看...
时间:2024-04-26 15:35栏目:教案课件
...吸气阻力达到50mmH2;02、美国阻尘口罩标准:NIOSHStandards(Title42CFRPart84)测试物质:NaCl&DOP粒径:0.3μm测试流速:85L/Min等级穿透率过滤效率阻抗N95/P95/R955%≥95%35mmH2ON99/P99/R991%≥99%35mmH2ON100/P100/R1000.03%≥99.97%35mmH2ON(Non-oilresistance),95,9...
时间:2024-05-08 14:56栏目:教案课件
...(j)*i0);Fz(i,j)=CdA*ua(i,j)^2/21.15+mz*g*f;endendplot(ua,Ft,ua,Ff,ua,Ff+Fw)title(039;汽车驱动力与行驶阻力平衡图039;);xlabel(039;ua(km/h)039;);ylabel(039;Ft(N)039;);gtext(039;Ft1039;)gtext(039;Ft2039;)gtext(039;Ft3039;)gtext(039;Ft4039;)gtext(039;Ft5039;)g...
时间:2024-04-30 08:25栏目:教案课件