Tag: fft

52 votes
7 answers
650 views
Plotting a fast Fourier transform in Python

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

avatar
Deedee
0 1 0 9
asked 07 September, 2021
57 votes
9 answers
1.7K views
Peak-finding algorithm for Python/SciPy

I can write something myself by finding zero-crossings of the first derivative or something, but it seems like

avatar
Xavier
0 1 0 9
asked 07 September, 2021