I encountered the following issue with a 3-D Fourier transform (FT) in spherical coordinates, which puzzles me quite a lot (maybe it's naive but I cannot understand it):
If I have a Gaussian density profile in the form: n(r) = n0 exp(-Ar²) and I want to make the FT following the basic ideas presented here:
http://math.stackexchange.com/questions/142235/three-dimensional-fourier-transform-of-radial-function-without-bessel-and-neuman
I get the solution n(k) = n0 (Pi/A)^1.5 * exp(-Pi^2 k^2/A) for A > 0
My problem is now that the physical density should have units of [/m³] but A itself has units of [/m²]. Hence this FT density has now no units anymore because [n0]=[/m³], [A^1.5] = [m³] and the exponential function should remain unitless.
How can this be explained/accounted for in physical problems?