Discrete convolution: h[n] = a^(n+1) * u[n+1], x[n] = exp(j*w*n) * u[n]

martin336

New member
Joined
Dec 9, 2017
Messages
2
Hi, I need to do convolution of the following series :

h[n] = a^(n+1) * u[n+1]
x[n] = exp(j*w*n) * u[n]

where u[n] is a step function, for n>=0, it is 1, for n<0, it is 0. "j" is imaginary part, "w" and "a" (alpha) are constants (assume they have such values the series converges). I have the following results, all somewhat different, I am somewhere wrong ?

res1.jpg
res0.jpg
 
Top