generate the signal \delta[n-2] and plot it. % n = -10:10;. % values of the time variable delta_nm2 = [zeros(1,12) 1 zeros(1,8)]; stem(n,delta_nm2);.
確定! 回上一頁