wip
This commit is contained in:
parent
ebe942f014
commit
5d1ed2d422
1 changed files with 2 additions and 1 deletions
3
process
3
process
|
@ -90,7 +90,8 @@ def process_recording(filename):
|
||||||
|
|
||||||
print(f'{block_date}: {max_amplitude:.1f}rDB @ {max_freq:.1f}Hz (noise {noise:.3f}rDB)')
|
print(f'{block_date}: {max_amplitude:.1f}rDB @ {max_freq:.1f}Hz (noise {noise:.3f}rDB)')
|
||||||
else:
|
else:
|
||||||
is_detecting = False
|
if is_detecting:
|
||||||
|
is_detecting = False
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in a new issue