Hi everyone,
I’m working on calculating the convolution sum in the frequency domain for two discrete-time systems. My approach so far has been to shift one signal element by element while keeping the other fixed. At each iteration, I multiply the two signals and compute the summation of all elements in the resulting array to get each point p(i)p(i). However, the results are not as expected.
Does anyone know the proper algorithm for this or what I might be doing wrong? Any advice would be greatly appreciated!
Thanks in advance!