Skip to content

Commit

Permalink
set BladeRF min sample rate to 520.834 kHz (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl authored Feb 27, 2022
1 parent 24207fc commit 7129cbf
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 @@ -31,7 +31,7 @@
# http://www.nuand.com/bladeRF-brief.pdf
DEVICE_CONFIG["BladeRF"] = {
"center_freq": dev_range(start=47 * M, stop=6 * G, step=1),
"sample_rate": dev_range(start=2.5 * M, stop=61.44 * M, step=1),
"sample_rate": dev_range(start=520.834 * K, stop=61.44 * M, step=1), # https://github.com/jopohl/urh/issues/930
"bandwidth": dev_range(start=1.5 * M, stop=28 * M, step=1),
"rx_channel": ["RX1", "RX2"],
"tx_channel": ["TX1", "TX2"],
Expand Down

0 comments on commit 7129cbf

Please sign in to comment.