Test public key
This commit is contained in:
parent
5e7efdd7db
commit
dcd58e5259
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue