Convolution with a normalised function

  • Context: Graduate 
  • Thread starter Thread starter TeraHammer
  • Start date Start date
  • Tags Tags
    Convolution Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
TeraHammer
Messages
2
Reaction score
0
Im struggling to find proof for this suspicion I have;

Given is a function f(t) and a normalised function h(t), and their convolution;

f(t) * h(t) = g(t)

Is it true that [tex]\int fdt = \int gdt[/tex] ?
 
Last edited:
Physics news on Phys.org
That is not always true, take some asymmetrical h, for example take:

[tex]f(t) = t[/tex]
[tex]h(t) = \frac{2}{3\sqrt{\pi}} (t-1)^{2} e^{-t^2}[/tex]

then

[tex]g(t)=\int_{-\infty}^\infty f(x)h(t-x)\;dx = t +\frac{2}{3}[/tex]

and the primitive of f does not equal the primitive of g.
 
Thanks, well spotted, but I was regarding physical systems, i.e.

[tex]h(t<0)=0[/tex]

Does it hold here?
 
No in many cases it does not hold, for example take:

[tex]f(t) = t[/tex]
[tex] h(t) = \left\{\begin{array}{ll}<br /> 0 & \;\;,t<0\\<br /> 1 & \;\;,0 \leq t \leq 1\\<br /> 0 & \;\;,t>1\\<br /> \end{array}\right.[/tex]

then

[tex]g(t)=\int_{-\infty}^\infty f(x)h(t-x)\;dx = \int_{t-1}^t x\;dx = t -\frac{1}{2}[/tex]

and the primitive of f does not equal the primitive of g.