Difference between revisions of "Convolution"

From PKC
Jump to navigation Jump to search
Line 7: Line 7:
<math> f(t) * g(t) = \int_{0}^{t} f(\tau) f(t - \tau) d \tau </math> <ref>{{:Video/The Convolution of Two Functions Definition & Properties}}</ref>
<math> f(t) * g(t) = \int_{0}^{t} f(\tau) f(t - \tau) d \tau </math> <ref>{{:Video/The Convolution of Two Functions Definition & Properties}}</ref>


In this equation, the star between f(t) and g(t) is not multiplication * this star takes two different functions and combine it





Revision as of 09:53, 31 July 2022

Convolution(Q210857)

Convolution is a mathematical operation that expresses the product of two functions. It refers to both the result function and to the process of computing it. After one function is reversed and shifted it could be seen as the integral of the product of the two functions.

The equation of convolution of f() of t and g() of t.

[1]

In this equation, the star between f(t) and g(t) is not multiplication * this star takes two different functions and combine it


References

Related Pages