CODE: close all; x=input('Enter the input sequence'); n=input('Enter the delay integer'); x1=length(x); xn=x1+n; ...
確定! 回上一頁