Skip to content

Commit

Permalink
increase frequency range of PlutoSDR
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Mar 27, 2019
1 parent 31de40d commit ecad183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urh/dev/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit ecad183

Please sign in to comment.