《深入浅出通信原理》连载106-110% x(n) >> subplot(3,1,1); >> n=0:1:6; >> x=[1 1.2 0.8 -0.7 -0.5 0.4 1.4]; >> stem(n,x); >> xlabel('n');ylabel('x');title('x(n) '); >> axis([-12 12 -2.5 2.5]); % h(n) >> subplot(3,1,2); >> h=[1 0.8 -0.5 -0.3]; >> n=0:1:3; >> stem(n,h) >> xlabel('n');ylabel