Identity for the sum of products of Sinc functions

1.4k Views Asked by At

The Sinc function is defined as follows: $$\mathrm{sinc}(t) = \begin{cases} \frac{\sin(\pi t)}{ \pi t} & \mathrm{if} \quad t \neq 0, \\ 1 & \mathrm{otherwise.} \end{cases}$$ I want to show the following identity, $$\sum_{n=-\infty}^\infty \mathrm{sinc }(2Bt-n) \mathrm{sinc }(2Bs-n) = \mathrm{sinc }(2B(t-s)).$$ where $B > 0.$ I have tried the Poisson summation formula and Fourier Series approach but they didn't work.

1

There are 1 best solutions below

6
On

It is just a convolution identity: $$\sum_{n\in\mathbb{Z}}\text{sinc}(A-n)\text{sinc}(n-B) = (\widehat{u}*\widehat{u})(A-B)=\left(\widehat{u\cdot u}\right)(A-B),$$ but since the inverse Fourier transform $u$ of the $\text{sinc}$ function is just the indicator function of an interval, $u^2=u$, hence the RHS of the previous line equals $\widehat{u}(A-B)=\text{sinc}(A-B)$. If $C(x)$ is the Dirac comb, the LHS equals:

$$\begin{eqnarray*}\int_{-\infty}^{+\infty}\text{sinc}(A-x)\text{sinc}(x-B)C(x)\,dx &=& \int_{-\infty}^{+\infty}\mathcal{F}\left(\text{sinc}(A-x)\text{sinc}(x-B)\right)\mathcal{F}^{-1}(C(x))\,dx\\&=&\int_{\mathbb{R}}\left[\mathcal{F}(\text{sinc}(A-x))*\mathcal{F}(\text{sinc}(x-B))\right]C\left(-\frac{x}{2\pi}\right)\,dx\\&=&\frac{1}{|B-A|}\int_{-2\pi}^{2\pi}C\left(-\frac{x}{2\pi}\right)\text{sign}(x)e^{\frac{B+A}{2}ix}\sin\left(\frac{|B-A|}{2}\,x\right)\,dx\end{eqnarray*} $$ that is just $\text{sinc}(B-A)$ by $e^{iz}+e^{-iz}=2\cos z$ and the sine duplication formula.