1、实验1高频电子线路分析理想采样信号序列的特性。 n=0:50; A=444.128;a=50*sqrt(2.0)*pi;T=0.001;w0=50*sqrt(2.0)*pi;x=A*exp(-a*n*T).*sin(w0*n*T);close all;subplot(1,1,1);stem(n,x);title(理想采样信号序列) n=0:50; A=444.128;a=50*sqrt(2.0)*pi;T=0.0033;w0=50*sqrt(2.0)*pi;x=A*exp(-a*n*T).*sin(w0*n*T);close all;subplot(1,1,1);stem(n,x);title
2、(理想采样信号序列)n=0:50; A=444.128;a=50*sqrt(2.0)*pi;T=0.0050;w0=50*sqrt(2.0)*pi;x=A*exp(-a*n*T).*sin(w0*n*T);close all;subplot(1,1,1);stem(n,x);title(理想采样信号序列)2(1) n=1:50; A=1;a=0.4;w0=2.0734;T=1; x=A*exp(-a*n*T).*sin(w0*n*T); close all subplot(3,1,1);stem(n,x); title(理想采样信号序列) k=-25:25; W=(pi/12.5)*k; X=
3、x*(exp(-j*pi/12.5).(n*k); magX=abs(X); subplot(3,1,2);stem(k,magX);title(理想采样信号序列的幅度谱); angX=angle(X); subplot(3,1,3);stem(k,angX);title(理想采样信号序列的相位谱) n=1:50;x=zeros(1,50);x(1)=1;x(2)=2.5;x(3)=2.5;x(4)=1;close all;subplot(3,1,1);stem(x);title(特定冲激串);k=-25:25;X=x*(exp(-j*pi/12.5).(n*k);magX=abs(X);su
4、bplot(3,1,2);stem(magX);title(特定冲激串的幅度谱);angX=angle(X);subplot(3,1,3);stem(angX);title(特定冲激串的相位谱)(2)n=1:50;hb=zeros(1,50);hb(1)=1;hb(2)=2.5;hb(3)=2.5;hb(4)=1;close all; subplot(3,1,1);stem(hb);title(系统(hbn);m=1:50;T=0.001;A=444.128;a=50*sqrt(2.0)*pi;w0=50*sqrt(2.0)*pi;x=A*exp(-a*m*T).*sin(w0*m*T);su
5、bplot(3,1,2);stem(x);title(输入信号xn);y=conv(x,hb);subplot(3,1,3);stem(y);title(输出信号yn)n=1:50;hb=zeros(1,50);hb(1)=1;hb(2)=2.5;hb(3)=2.5;hb(4)=1;close all; subplot(3,1,1);stem(hb);title(系统(hbn);m=1:50;T=1;A=1;a=0.4;w0=2.0734;x=A*exp(-a*m*T).*sin(w0*m*T);subplot(3,1,2);stem(x);title(输入信号xn);y=conv(x,hb)
6、;subplot(3,1,3);stem(y);title(输出信号yn)n=1:50;hb=zeros(1,50);hb(1)=1;hb(2)=2.5;hb(3)=2.5;hb(4)=1;close all; subplot(3,1,1);stem(hb);title(系统(hbn);m=1:50;T=1;A=1;a=0.4;w0=1.2516;x=A*exp(-a*m*T).*sin(w0*m*T);subplot(3,1,2);stem(x);title(输入信号xn);y=conv(x,hb);subplot(3,1,3);stem(y);title(输出信号yn)2k=-25:25;
7、X=x*(exp(-j*pi/12.5).(n*k);magX=abs(X);subplot(3,2,1);stem(magX);title(输入信号的幅度谱);angX=angle(X);subplot(3,2,2);stem(angX);title(输入信号的相位谱xn);Hb=hb*(exp(-j*pi/12.5).(n*k);magHb=abs(Hb);subplot(3,2,3);stem(magHb);title(系统响应的幅度谱);angHb=angle(Hb);subplot(3,2,4);stem(magHb);title(系统响应的相位谱);n=1:99;k=1:99;Y=y*(exp(-j*pi/12.5).(n*k);magY=abs(Y);subplot(3,2,5);stem(magY);title(输出信号的幅度谱);angY=angle(Y);subplot(3,2,6);stem(angY);title(输出信号的相位谱);XHb=X.*Hb;Subplot(2,1,1);stem(abs(XHb);title(x(n)的幅度谱与hb(n)的幅度谱相乘)Subplot(2,1,2);stem(abs(Y);title(y(n)的幅度谱);axis(0,60,0,8000)
copyright@ 2008-2022 冰豆网网站版权所有
经营许可证编号:鄂ICP备2022015515号-1