mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2025-12-06 04:12:00 +01:00
Updated Using OpenWebRX with an AirSpy (markdown)
parent
5fbffb2aa1
commit
3c1a9c7c50
|
|
@ -32,7 +32,7 @@ samp_rate = 3000000
|
||||||
center_freq = 144900000
|
center_freq = 144900000
|
||||||
rf_gain = 8
|
rf_gain = 8
|
||||||
bias_tee = 0
|
bias_tee = 0
|
||||||
start_rtl_command = "airspy_rx -d0 -f{center_freq} -r /dev/stdout -a{samp_rate_switch} -g{rf_gain} -b{bias_tee}".format(bias_tee=bias_tee, rf_gain=rf_gain, center_freq=str(center_freq/1e6), samp_rate_switch=2)
|
start_rtl_command = "airspy_rx -f{center_freq} -r /dev/stdout -a{samp_rate_switch} -g{rf_gain} -b{bias_tee}".format(bias_tee=bias_tee, rf_gain=rf_gain, center_freq=str(center_freq/1e6), samp_rate_switch=2)
|
||||||
format_conversion = "csdr convert_s16_f"
|
format_conversion = "csdr convert_s16_f"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue