how to use summation in matlab???
- by lucky
i have a randomly generated vector say A of length M
say A=rand(M,1)
and also i have function X(k)=sin(2*pi*k)
how would i find Y(k) which is summation of A(l)*X(k-l) as l goes from 0 to M ...
assume any value of k... but answer should be summation of all M+1 terms