Closed Jellevanderwerff closed 11 months ago
Instead of everywhere writing x, y = ax[0].get_data() to find the peaks etc., make a function fft_values, like acf_values.
x, y = ax[0].get_data()
fft_values
acf_values
Functions separated in 19a0211. Example updated in 01ceb42
Instead of everywhere writing
x, y = ax[0].get_data()
to find the peaks etc., make a functionfft_values
, likeacf_values
.