I need to calculate the Radon transform of $f(x,y)=cos(2\pi y)$ using the projection-slice theorem. After doing the 2-D polar Fourier transform, I get two 2-D delta functions which then need to go through a 1-D inverse Fourier transform. Those delta functions have functions of $\rho$ and $\theta$(my polar coordinates in frequency domain) as their arguments, so I am stuck calculating the integral of the 1-D inverse Fourier transform.
I know that for a 1-D delta fuction of a fuction we have the following relation:
$\delta\big(f(x)\big) = \sum_{i}\frac{\delta(x-a_{i})}{\left|{\frac{df}{dx}(a_{i})}\right|}$
What would this be for a 2-D delta function?
That is to say, what would $\delta\big(f(\rho,\theta),g(\rho,\theta)\big)$ be equal to?
The Fourier transform can be obtained by applying this functional to $e^{i (x, y) \cdot (\xi, \zeta)}$ as if the latter were a test function.
– Maxim Jan 18 '20 at 22:46