From ecad1832818107f8b27ad483b56861337a1cd597 Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Wed, 27 Mar 2019 06:36:16 +0100 Subject: [PATCH] increase frequency range of PlutoSDR --- src/urh/dev/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urh/dev/config.py b/src/urh/dev/config.py index a43d8cd4d2..c04450b185 100644 --- a/src/urh/dev/config.py +++ b/src/urh/dev/config.py @@ -21,7 +21,7 @@ G = 10 ** 9 DEVICE_CONFIG["PlutoSDR"] = { - "center_freq": dev_range(start=325 * M, stop=3.8 * G, step=1), + "center_freq": dev_range(start=70 * M, stop=6 * G, step=1), "sample_rate": dev_range(start=2.1 * M, stop=61.44 * M, step=1), "bandwidth": dev_range(start=0.2 * M, stop=56 * M, step=1), "tx_rf_gain": list(range(-89, 1)),