transformToSpatialDomainFromDFTGridAtPosition
transform from \((k,l)\) on the DFT grid to \((x,y)\) at any position
Declaration
u = transformToSpatialDomainFromDFTGridAtPosition(u_bar)
Parameters
u_bara complex-valued matrix of size [Nk_dft Nl_dft]
Returns
ua real-valued matrix of size [length(x) length(y)]
Discussion
Performs an inverse non-uniform Fourier transform to take a matrix from the DFT grid back to the spatial domain at any set of points (x,y).