From a6800cab149398adb66ac15d3fd0004f78ee9d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sat, 13 Feb 2016 19:36:24 +0100 Subject: [PATCH] Updated Using OpenWebRX with an AirSpy (markdown) --- Using-OpenWebRX-with-an-AirSpy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Using-OpenWebRX-with-an-AirSpy.md b/Using-OpenWebRX-with-an-AirSpy.md index 57e8bf6..66dfaec 100644 --- a/Using-OpenWebRX-with-an-AirSpy.md +++ b/Using-OpenWebRX-with-an-AirSpy.md @@ -19,4 +19,6 @@ The next step is to make the follwoing changes to `config_webrx.py`: Please make sure that the center frequency after the `-f` switch refers to the same (in MHz) as the `center_freq` parameter (in Hz). -If you want the 10 Msps sample rate, you should set the `-a0` switch on airspy_rx, and set `samp_rate=10000000`. \ No newline at end of file +If you want the 10 Msps sample rate, you should: +* set the `-a0` switch on `airspy_rx` (instead of the `-a1`present now) +* also set the sampling rate accordingly: `samp_rate = 10000000` \ No newline at end of file