Start of Matlab Code %%%%%%%%%% for i=1:5 x(i) = (0.5)^(i-1) ; end h = [1 2 3 4 5] ; y=conv(x,h) subplot(3,1,1) stem(0:length(x)-1, x) subplot(3,1,2) ...
確定! 回上一頁