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 years 前 | 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 years 前 | 1 个回答 | 0