Skip to content

Commit

Permalink
fix(extractor): New calculation produces SNR which are 2.4 dB larger …
Browse files Browse the repository at this point in the history
…than before
  • Loading branch information
schneider42 committed Jul 6, 2021
1 parent c2efd98 commit 65810ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/iridium-extractor
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if __name__ == "__main__":
center = None
burst_width = 40000
verbose = False
threshold = 16 # about 16 dB over noise
threshold = 18 # about 18 dB over noise
fmt = None
max_queue_len = 500
max_bursts = 0
Expand Down

0 comments on commit 65810ca

Please sign in to comment.