Introduction - If you have any usage issues, please Google them yourself
The code in this library contains an implementation for Fast
Fourier Transforms on arbitrary length complex data. It is based
on old FORTRAN code, found in a signal processing archive. I
dissected the FORTRAN code, since it worked with normal arrays
and I wanted everything to work with my own complex number
arrays. Also, I substituted a lot of old written out code with
much more readable procedures.