I have access to NumPy and SciPy and want to create a simple FFT of a data set. I have two lists, one that is
I can write something myself by finding zero-crossings of the first derivative or something, but it seems like