Convolution - Signals and Systems

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 4K views
Air
Messages
202
Reaction score
0
I will make this my discussion thread. I have many questions to ask which I will post here. Please keep checking. All help will be appreciated.

My first question is: For discrete signal, we use variable 'n' and for continuous signal, we use variable 't'. But is the convolution integral valid for both. E.g. the only difference would be 'n' and 't'. Tau and integral will be the same?
 
Engineering news on Phys.org
Convolution for a CT signal is defined as
[tex] y(t) = \int_{-\infty}^{\infty}x(\tau)h(t-\tau)d\tau[/tex]
and for DT it is defined as
[tex] y[n] = \sum_{k=-\infty}^{\infty}x[k]h[n-k][/tex]

Thus for DT signal we do not have integral but summation.

Just to distinguish for DT case we call it convolution summation and for CT case we call it integral. But the operation is same!

Bhupala!