I have $N$ samples of Gaussian noise independently drawn from a normal distribution $n(t) \sim \mathcal{N}(0, \sigma^2)$. How would the noise be distributed in the frequency domain? I.e., what is $n(f)$? I understand it should also be Gaussian, and centered at $0$. Using the unitary DFT matrix,
$$E(n(f)) = \frac{1}{\sqrt{N}}\sum_{t=0}^{N-1}E(n(t))e^{-\frac{2\pi ift}{N}} = 0$$
However, what would the variance of the distribution be?
Take the Fourier transform of the PDF to get
$ \mathcal{F} \left( \frac {1} {\sigma \sqrt{2\pi}} e^{ - \frac {x^2} {2\sigma^2} } \right) = \frac {1} {\sigma \sqrt{2\pi}} \cdot \mathcal{F} \left( e^{ - \frac {x^2} {2\sigma^2} } \right) = \frac {1} {\sigma \sqrt{2\pi}} \cdot \left( \sqrt{ 2\pi \sigma^2} \cdot e^{ -2\pi^2 \sigma^2 f^2 } \right) = e^{ - \frac {f^2} {2 / (2\pi\sigma)^2}}. $
Thus, the variance of the noise in the frequency domain is $(2\pi\sigma)^{-2}$.