Feeds
已回答
i am defining a new function for generating unit sample sequences x(n)=delta(n-n0); n1<=n<=n2 i am proceeding in the follwing way .But some how i am getting error as not enough arguments at line n=[n1,n2];Therefore i am unable to define function.
n=(-5:5); x=n.*impseq(-3,-5,5)-impseq(4,-5,5); y=2*impseq(-2,-5,5)-impseq(4,-5,5); subplot(121); stem(n,x); xlabel('input...
i am defining a new function for generating unit sample sequences x(n)=delta(n-n0); n1<=n<=n2 i am proceeding in the follwing way .But some how i am getting error as not enough arguments at line n=[n1,n2];Therefore i am unable to define function.
n=(-5:5); x=n.*impseq(-3,-5,5)-impseq(4,-5,5); y=2*impseq(-2,-5,5)-impseq(4,-5,5); subplot(121); stem(n,x); xlabel('input...
3 years 前 | 0
