Convolution in Discrete time of a function with Impulse with delay?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Kdar
Messages
3
Reaction score
0
Here is convolution:

c[k]= (0.5)^k * delta(k-1)

What do I do about delta(k-1)?
I know if it is c[k]= (0.5)^k * delta(k), then it just equal (0.5)^k

But what do I do with delta(k-1)?
 
Mathematics news on Phys.org
Welcome to PF!

Hi Kdar! Welcome to PF! :smile:

(have a delta: δ and try using the X2 tag just above the Reply box :wink:)

One method is to substitute u = k - 1, solve it, then substitute back again. :smile:
 
Why not start from the definition then go with it?