USRP Radio (R2013a) Burst Mode
5 views (last 30 days)
Show older comments
When using N210 with the latest USRP radio package, I got some "uhd: U" errors, indicating that I cannot feed the USRP with data according to the required rate (determined by the sampling frequency and the interpolation factor).
Following the Matlab documentation I tried to use the "Enable Burst Mode" option in order to wait for data to accumulate and then send it to the USRP through the step function. Nevertheless, I am not sure how this feature works. It seems that at the beginning of the code execution, the USRP waits for data to be accumulated (but I can't figure out for how long), and then starts to transmit it in batches. Finally, I get an underflow msg indicating: "Could not execute UHD Driver Command in 'sendData_c"; libmwusrp_uhd_capi:tx_send_samples:ErrInternalUnderflow. There was underflow when performing a burst transmission".
Has anyone experienced with the "burst" mode and share his thoughts on this?
Many Thanks,
a.
1 Comment
Mike McLernon
on 1 May 2013
Hi Antonis, It's always best if you can include code with your question. Also, if you go to support@mathworks.com, you may get a quicker response. Mike
Answers (2)
See Also
Categories
Find more on Communications Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!