how to subtract two discrete unit impulses

답변 (1개)

irtaza anwar
irtaza anwar 2015년 4월 12일

0 개 추천

close all clear all n=-2:2 x(n~=0)=0 x(n==0)=1 subplot(3,1,1) stem(n,x) w(n~=2)=0 w(n==2)=1 subplot(3,1,2) stem(n,w) y=x-n subplot(3,1,3) stem(n,y)
</matlabcentral/answers/uploaded_files/28940/question.png> it is not giving me the write answer

카테고리

질문:

2015년 4월 12일

답변:

2015년 4월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by