From d9cb88becd6ab700d46e90d4ac7795a0a1ab7f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sun, 8 Nov 2015 11:29:37 +0100 Subject: [PATCH] Updated Using RTL SDR in direct sampling mode with OpenWebRX (markdown) --- Using-RTL-SDR-in-direct-sampling-mode-with-OpenWebRX.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Using-RTL-SDR-in-direct-sampling-mode-with-OpenWebRX.md b/Using-RTL-SDR-in-direct-sampling-mode-with-OpenWebRX.md index d99fa98..f2f5a86 100644 --- a/Using-RTL-SDR-in-direct-sampling-mode-with-OpenWebRX.md +++ b/Using-RTL-SDR-in-direct-sampling-mode-with-OpenWebRX.md @@ -10,4 +10,6 @@ start_rtl_command="rtl_sdr -D1 -s {samp_rate} -f {center_freq} -p {ppm} ... /\___ this is the switch to add -`-D1` means that the dongle is set to direct-sampling from the I branch. +`-D1` means that the dongle is set to direct-sampling from input 1 / I. +`-D2` means that the dongle is set to direct-sampling from input 2 / Q. +`-D3` means that the dongle is set to no-mod direct-sampling.