How to Transmit Repeat with B200mini
Afficher commentaires plus anciens
Hey guys, im trying to transmit a signal via Ettus B200mini. My problem is how can i transmit my signal repeatedly? Is there any function like transmitRepeat() like with the Adalm Pluto SDR's?
Réponse acceptée
Plus de réponses (1)
Sreeja
le 10 Fév 2026 à 9:50
0 votes
Hello,
Starting with R2026a, we have introduced a new utility, transmitRepeat, in the Communication Toolbox for USRP radios. This utility enables you to continuously transmit data in the background while also allowing you to receive data using the same radio.
You can find the documentation for transmitRepeat here:
Additionally, the comm.SDRuTransmitter and comm.SDRuReceiver System objects now support running code in the background using MATLAB’s backgroundPool, or accelerating code execution with the Parallel Computing Toolbox™ ThreadPool.
With these enhancements, you can now transmit and receive simultaneously using the B200 mini radio. We have also verified this functionality by running image transmission and reception examples using both the LTE and WLAN, with a single USRP device.
Thank you,
Sreeja
Catégories
En savoir plus sur Communications Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!