I don't know how to compute the Fourier tranform of this function:
$f(x) = \frac{\sin \pi a x}{\pi x}$
I know that $\frac{\sin \pi a x}{\pi x} = \frac{e^{i \pi a x} - e^{- i \pi a x}}{2i \pi x}$
Then I plug this function in the formula for the Fourier transform and I get:
$$\int_{\mathbb{R}}\frac{e^{i \pi a x} - e^{- i \pi a x}}{2i \pi x} e^{-i s x} dx =$$
$$= \frac{1}{2 \pi i } \int_{\mathbb{R}} \frac{e^{ix( \pi a - s)} - e^{- i x( a \pi +s)}}{x} dx=$$
$$=\frac{1}{2 \pi i } \int_{\mathbb{R}} \frac{e^{ix( \pi a - s)}}{x} dx - \int_{\mathbb{R}} \frac{e^{- i x( a \pi +s)}}{x} dx$$
What should I do know? We can get rid of $i$ in the exponent by changing variables, but that doesn't help much