- #1
perplexabot
Gold Member
- 329
- 5
Hello all. I have a homework question but since I have no idea how to go about solving it I have started with an exercise problem from the book (with the solution and vague steps provided). Here is my attempt of the exersize question.
Compute the convolution y[n] = x[n] * h[n]
where:
x[n] = u[n - 4] (-1/2)^n
h[n] = u[2 - n] 4^n
y[n] = summation of x[k]h[n - k] from k = -inf to k = inf
Sketching the graphs, I was able to realize that there are two intervals. n <= 6 and n> 6. I continue on and imagine "sweeping" or shifting the h[n] function over x[n] for the n <= 6 region:
summation of x[n]h[n - k] from k = -inf to k = inf
=> summation of ( (-1/2)^k ) * ( 4^(n-k) ) from k = -inf to k = 6 (where "*" means multiply)
=> solving the summations using a calculator yields ( (.5^n)/3 ) - ( (2^n)(4/3) )
I could continue on to solve for n > 6 region but there is no point since my convolution is wrong. Can anyone lead me to the right path? I will be working on it in the mean time. Thank you.
Note: I have attached an image of the solution for convenience. I do not understand it.
Homework Statement
Compute the convolution y[n] = x[n] * h[n]
where:
x[n] = u[n - 4] (-1/2)^n
h[n] = u[2 - n] 4^n
Homework Equations
y[n] = summation of x[k]h[n - k] from k = -inf to k = inf
The Attempt at a Solution
Sketching the graphs, I was able to realize that there are two intervals. n <= 6 and n> 6. I continue on and imagine "sweeping" or shifting the h[n] function over x[n] for the n <= 6 region:
summation of x[n]h[n - k] from k = -inf to k = inf
=> summation of ( (-1/2)^k ) * ( 4^(n-k) ) from k = -inf to k = 6 (where "*" means multiply)
=> solving the summations using a calculator yields ( (.5^n)/3 ) - ( (2^n)(4/3) )
I could continue on to solve for n > 6 region but there is no point since my convolution is wrong. Can anyone lead me to the right path? I will be working on it in the mean time. Thank you.
Note: I have attached an image of the solution for convenience. I do not understand it.
Attachments
Last edited: