Technical discussion about Matlab and issues related to Digital Signal Processing.
n = [-4:4]; y = 3*impseq(-2,-4,4) - 2*impseq(4,-4,4); stem(n,x); why do i get an error when i click run? ??? Undefined function or method 'impseq' for input arguments of type 'double'. Error in ==> ass1_2ai at 13 y = 3*impseq(-2,-4,4) - 2*impseq(4,-4,4);
Ian,
impseq is a function. I think that is generating impluse sequence. Please check whether you
have defined it.
Regards,
Jaganathan
i...@yahoo.com wrote:
n = [-4:4];
y = 3*impseq(-2,-4,4) - 2*impseq(4,-4,4);
stem(n,x);
why do i get an error when i click run?
??? Undefined function or method 'impseq' for input arguments of type 'double'.
Error in ==> ass1_2ai at 13
y = 3*impseq(-2,-4,4) - 2*impseq(4,-4,4);