Skip to content

Commit

Permalink
inference min db.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jan 3, 2024
1 parent 16ae329 commit 00e1aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrf/offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def main():
"samp_rate": int(meta["sample_rate"]),
"sdr": "file:" + filename,
"pretune": True,
"fft_batch_size": 1,
"inference_min_db": -1e9,
}
)
tb = grscan(**scan_args)
Expand Down

0 comments on commit 00e1aba

Please sign in to comment.