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
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