i need to evaluate the convolution sum of x[n] * h[n].
x[n] is the step function u[n]. I know how the output should look like but i don't know how i can calculate it.
I think the lower border is 0, cause the step function is 1 for n >= 0.
But the upper border is infinite, it's only approaching to 0.
Hope someone can help me...