Hi, all,
I have a E312 device and I just find that the tuning speed of E312 is very slow
(\~150ms) for each tuning. Thus I would like to modify the underlying tuning
source code in the uhd software architecture.
Here is what I found:
I first create a multi_usrp object:
uhd::usrp::mul
Hi, all,
I am having a USRP E312 and is working on implementing a stepped frequency
radar application. The bandwidth of the radar is 1 GHz and the frequency step
size is 10 MHz. My current implementation is similar to the example code
“txrx_loopback_to_file.cpp” : a transmit thread sending a sa
Hi, all,
I am having a USRP E312 and is working on implementing a stepped frequency
radar application. The bandwidth of the radar is 1 GHz and the frequency step
size is 10 MHz. My current implementation is similar to the example code
“txrx_loopback_to_file.cpp” : a transmit thread sending a sa
Hi all,
Does anyone know the purpose of issue_stream_cmd() for the rx_streamer? When I
use the rx_streamer to stream data to the host, I just call the recv() method.
The question is what is the purpose of issue_stream_cmd() for rx_streamer in
uhd?
Thanks,
Yan