Consider a uniformly chosen random binary vector $V$ with $n$ elements. That is we say $V_i = 0$ with probability $1/2$ and $V_i=1$ with probability $1/2$. What is the probability distribution of the Fourier transform of $V$?
I have searched online but have not managed to find an answer.
Well, discrete Fourier transform is a linear transform of a random variables. You can write $W = FV$. Because $F$ is invertible, $V=F^{-1}W$ and you get that $f_W(w)=f_V(F^{-1}w)/\det(F)$. This assumes you know the pdf of V. Is this what you were looking for?