I have a Gaussian Function -
$$G(a,x) = \sqrt{\frac{6.0}{\pi \cdot a^2}}\cdot \exp\left(\frac{-6.0x^2}{a^2}\right)$$
and I want to filter it with a tophat kernel
$$ f(x,\xi) = \left\{\begin{aligned} &\frac{1}{\Delta} &&: |x-\xi| < \frac {\Delta}{2}\\ &0 &&: |x-\xi| \ge \frac{\Delta}{2} \end{aligned} \right.$$
Is it possible to derive an analytical expression for filtered function?
For example if I we wish to filter G with a Gaussian filter then I can do it analytically.
I hope it is clear enough.If not please let me know. Thanks in advance