Test public key

This commit is contained in:
Matthew 2025-03-22 10:41:08 -04:00
parent 5e7efdd7db
commit dcd58e5259

View file

@ -4,7 +4,7 @@ import random
import acoustics.decibel as db 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 freq_div = 10
x = np.array(range(freq_upper)) #initialize frequencies (x-axis) x = np.array(range(freq_upper)) #initialize frequencies (x-axis)