USRP Radio (R2013a) Burst Mode
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Mike McLernon
el 1 de Mayo de 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
Respuestas (2)
Ver también
Categorías
Más información sobre Communications Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!