Adjusted the filter options to avoid the edges of IQ passband

pull/926/head
Andrew Koenig 2024-11-01 23:08:21 -05:00
rodzic 74f7a3a195
commit 209e4a8f7b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ def ka9q_setup_channel(
f"tune "
f"--samprate {int(sample_rate)} "
f"--mode iq "
f"--low {int(sample_rate) / (-2)} --high {int(sample_rate) / 2} "
f"--low {int(sample_rate) / (-2.4)} --high {int(sample_rate) / 2.4} "
f"--frequency {int(frequency)} "
f"--ssrc {int(frequency)} "
f"--radio {sdr_hostname}"