On 04/19/2019 12:49 AM, Koyel Das (Vehere) via USRP-users wrote:

Hi,


For receiving data using usrp, sweeping a frequency range, following the code rx_multisamples.cpp, I am setting the frequency then doing START_CONTINUOUS; after receiving I am doing STOP_CONTINUOUS. After the code runs for sometime I am getting ERROR_CODE_TIMEOUT and the application stops. The we have to restart usrp to rerun the application. Please suggest solution.



I suspect that there's some system resource you're running out of that gets consumed every time you recreate these streams.

A better approach is to run the sample stream continuously, and change the frequency on the fly, and simply ignore a sample buffer or two immediately
  after you've changed frequency.


_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to