1、0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1-101 信 信 信 信 信 信 信 信 信0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1-101 信 信 信 信 信 信 信 信 信0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1-101 信 信 信 信 信 信 信 信 信figure(1)t=0:0.001:0.1;x1=cos(2*pi*10*t);x2=cos(2*pi*50*t);x3=cos(2*pi*100*t);subplo
2、t(3,1,1)plot(t,x1,r);hold onFs=50;t=0:1/Fs:0.1;x1=cos(2*pi*10*t);stem(t,x1);title(连续信号及抽样信号);t=0:0.001:0.1;subplot(3,1,2)plot(t,x2,r);hold onFs=50;t=0:1/Fs:0.1;x2=cos(2*pi*50*t);stem(t,x2);title(连续信号及抽样信号);t=0:0.001:0.1;subplot(3,1,3)plot(t,x3,r)hold onFs=50;t=0:1/Fs:0.1;x3=cos(2*pi*100*t);stem(t,x3
3、);hold offtitle(连续信号及抽样信号);10 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1-1-0.500.510 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1-1-0.500.51t=0:0.001:0.1;f=80;n=0:1/80:0.1;x=sin(pi*20*t);xn=sin(pi*20*n);subplot(2,1,1)plot(t,x);subplot(2,1,2)stem(n,xn,r)xn =Columns 1 through 7 0 0.7071 1.00
4、00 0.7071 0.0000 -0.7071 -1.0000Columns 8 through 9 -0.7071 -0.000020 0.05 0.1-1010 0.05 0.1-101 信 信 信 信 信 信 信 信 信0 0.05 0.1-1010 0.05 0.100.51信 信 信 信 信 信 信 信 信0 0.05 0.1-1010 0.05 0.100.51 信 信 信 信 信 信 信 信 信figure(1)t=0:0.001:0.1;x1=cos(2*pi*10*t);x2=cos(2*pi*50*t);x3=cos(2*pi*100*t);subplot(3,2,1)p
5、lot(t,x1,r);subplot(3,2,2)Fs=50;t=0:1/Fs:0.1;x1=cos(2*pi*10*t);stem(t,x1);title(连续信号及抽样信号);t=0:0.001:0.1;subplot(3,2,3)plot(t,x2,r);subplot(3,2,4)Fs=50;t=0:1/Fs:0.1;x2=cos(2*pi*50*t);stem(t,x2);title(连续信号及抽样信号);t=0:0.001:0.1;subplot(3,2,5)plot(t,x3,r)subplot(3,2,6)Fs=50;t=0:1/Fs:0.1;x3=cos(2*pi*100*t);stem(t,x3);title(连续信号及抽样信号);