To plot the unit impulse function δ[n], type the Matlab code below: >> t = -10:10; >> s = (t==0); %s is one only when t equals 0
確定! 回上一頁