In the theory of tomography imaging a sinogram is recorderded, which is series of projections at different angles of the sample. Taking FFT of this projections gives a slice in polar coordinates of the sample in the frequency space.
The command [X,Y] = pol2cart(THETA,RHO)
will not do it automatically. So, how is the polar to cartesian grid interpolation implemented numerically in 2D in Matlab?