Feeds
질문
Write a MATLAB program to sketch the following discrete-time signals in the time range of –10 ≤ n ≤ 10. Please label all the graph axes clearly. If the sequence is complex, plot the magnitude and angle separately. i) x(n) = u(n) – u(n – 3)
n=-10:10; u(1:21)=ones(1,21); %creates a unit step sequence for u(n) %how to write a delayed version ...
대략 10년 전 | 답변 수: 3 | 0