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.
i am defining a new function for generating unit sample sequences x(n)=delta(n-n0); n1<=n<=n2 i am proceeding in the...
12년 초과 전 | 답변 수: 2 | 0
2
답변질문
hi,i am getting error as not enough input arguments,while i run the below code.........which input arguments are less?? please let me know that?
function [ x,n ] = impseq(n0,n1,n2) %UNTITLED2 Summary of this function goes here % generates x(n)=delta(n-n0);n1<=n<=n2...
12년 초과 전 | 답변 수: 1 | 0