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.