From 3c1a9c7c5015d8dd0ba08b2813a8c5d14a2bd63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Fri, 28 Apr 2017 23:09:26 +0200 Subject: [PATCH] Updated Using OpenWebRX with an AirSpy (markdown) --- Using-OpenWebRX-with-an-AirSpy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-OpenWebRX-with-an-AirSpy.md b/Using-OpenWebRX-with-an-AirSpy.md index e852150..08a2c93 100644 --- a/Using-OpenWebRX-with-an-AirSpy.md +++ b/Using-OpenWebRX-with-an-AirSpy.md @@ -32,7 +32,7 @@ samp_rate = 3000000 center_freq = 144900000 rf_gain = 8 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" ```