diff --git a/sound_profile.py b/sound_profile.py index 85cbd36..7881691 100644 --- a/sound_profile.py +++ b/sound_profile.py @@ -4,7 +4,7 @@ import random import acoustics.decibel as db -freq_upper = 1000 #size of the frequency spectrum we want to investigate +freq_upper = 10000 #size of the frequency spectrum we want to investigate freq_div = 10 x = np.array(range(freq_upper)) #initialize frequencies (x-axis)