kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Adjusted the filter options to avoid the edges of IQ passband
rodzic
74f7a3a195
commit
209e4a8f7b
|
|
@ -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}"
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue