olivecha / guitarsounds

python library to analyse guitar sounds
MIT License
6 stars 0 forks source link

find fondamental and set bass bandwith from 0 to fundamental by default #4

Closed olivecha closed 3 years ago

olivecha commented 3 years ago

add frequency bins values in the plot and the fundamental

olivecha commented 3 years ago

Maybe this will fix the plot of the bass bin

olivecha commented 3 years ago

When the bass bin is from 0 to the fundamental, the graphic is good

olivecha commented 3 years ago
olivecha commented 3 years ago

Method .get_fundamental was added to compute the fundamental when it is not specified by the user.

Frequency bins values should be constant for all signal being compared, so the should not depend directly on the signal.