The Convolution of Detla Functions

  • Context: Graduate 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Convolution Functions
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
EngWiPy
Messages
1,361
Reaction score
61
Hi,

I have encountered with this:

[tex]\delta[y-a]*\delta[y-b][/tex]

where [tex]a[/tex] and [tex]b[/tex] are positive real numbers, and [tex]*[/tex] denotes convolution. How to do this in both continuous and discrete cases? In Wikipedia, they say that:

[tex]\int_{-\infty}^{\infty}\delta(\zeta-x)\delta(x-\eta)\,dx=\delta(\zeta-\eta)[/tex]

Can I use this result, so that:

[tex]\delta[y-a]*\delta[y-b]=\delta[y-b-a][/tex]?

Thanks in advance
 
Physics news on Phys.org
>Can I use this result

Yes. The convolution delta(y-a)*delta(y-b) is an integral over s of delta(s-a) delta(y-s-b). This integrand is zero everywhere except where s = a, thus it yields delta(y-a-b).

It's the same whether it's a continuous delta function (an infinitely thin and high peak) undergoing an integral, or a discrete delta (of height 1 at an integer) undergoing a summation. When integrated, delta(zeta - x) picks out the value of the integrand where x=zeta, yielding delta(zeta - eta). It's the same if you consider the other delta function picking out the integrand at a particular x.
 
Last edited:
Goongyae said:
>Can I use this result

Yes. The convolution delta(y-a)*delta(y-b) is an integral over s of delta(s-a) delta(y-s-b). This integrand is zero everywhere except where s = a, thus it yields delta(y-a-b).

It's the same whether it's a continuous delta function (an infinitely thin and high peak) undergoing an integral, or a discrete delta (of height 1 at an integer) undergoing a summation. When integrated, delta(zeta - x) picks out the value of the integrand where x=zeta, yielding delta(zeta - eta). It's the same if you consider the other delta function picking out the integrand at a particular x.

Ok, thank you very much.

Regards