Jellevanderwerff / thebeat

thebeat: Rhythms in Python for science
https://thebeat.readthedocs.io
GNU General Public License v3.0
19 stars 1 forks source link

Make fft_values function #40

Closed Jellevanderwerff closed 11 months ago

Jellevanderwerff commented 1 year ago

Instead of everywhere writing x, y = ax[0].get_data() to find the peaks etc., make a function fft_values, like acf_values.

Jellevanderwerff commented 11 months ago

Functions separated in 19a0211. Example updated in 01ceb42