I have an ArrayList that has Double elements. I want to implement FFT (Fast Fourier Transform) on it. However, I do not want to take the Java code elsewhere and copy it. How can I find a clear dataflow diagram or pseudo code FFT algorithm?
PS: My ArrayList is a one-dimensional list.
source share