Skip to content

Commit

Permalink
Update tuning.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Mar 30, 2024
1 parent 588f3d4 commit 57831d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sandbox/tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def main():

i = np.arange(len(data))
j = findpeaks(r, 3)
k = 1 # int(100e-3 * samplerate)
k = 1 # int(100e-3 * samplerate)

for n, m in zip(i, j):

Expand Down

0 comments on commit 57831d9

Please sign in to comment.