[USRP-users] E312 low level access to control AD9361

2022-07-28 Thread yanzhanggc
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

[USRP-users] E312 ad9361 tuning() source code

2022-09-05 Thread yanzhanggc
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

[USRP-users] E312 ad9361 tuning() source code (new version)

2022-09-05 Thread yanzhanggc
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

[USRP-users] what is the purpose of issue_stream_cmd() for the rx_streamer?

2023-04-04 Thread yanzhanggc
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