aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/uhd/UHDDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/device/uhd/UHDDevice.cpp')
-rw-r--r--Transceiver52M/device/uhd/UHDDevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/device/uhd/UHDDevice.cpp b/Transceiver52M/device/uhd/UHDDevice.cpp
index 0d59bfc..a0052c8 100644
--- a/Transceiver52M/device/uhd/UHDDevice.cpp
+++ b/Transceiver52M/device/uhd/UHDDevice.cpp
@@ -732,8 +732,8 @@ int uhd_device::open(const std::string &args, int ref, bool swap_channels)
}
} else if (dev_type == LIMESDR) {
for (size_t i = 0; i < chans; i++) {
- usrp_dev->set_tx_bandwidth(5e6, i);
- usrp_dev->set_rx_bandwidth(5e6, i);
+ usrp_dev->set_tx_bandwidth(5.2e6, i);
+ usrp_dev->set_rx_bandwidth(1.4001e6, i);
}
}