From dcd58e52590a4f153627c801aa756785a978b17b Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 22 Mar 2025 10:41:08 -0400 Subject: [PATCH] Test public key --- sound_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)