Re: [USRP-users] Minimize latency on X310 using PCIe

2018-05-19 Thread Neel Pandeya via USRP-users
Hello Donna: In order to achieve a latency less than 10us, you would have to do processing in the FPGA, using the RFNoC framework. You won't be able to achieve such a low latency passing samples between the host computer and the radio. Regarding streaming rates, have you set read and write socket

[USRP-users] Minimize latency on X310 using PCIe

2018-05-01 Thread Donna Branchevsky via USRP-users
Hi, I would like to minimize the absolute latency of the X310 using the PCIe interface. Currently I have a script consisting of two threads, one receives data from RX (and places that data into a buffer) and the second thread transmits that data from the buffer. (Everything is in c++ using UHD