How to Transmit and Receive Simultaneously Using USRP B210 in MATLAB
43 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Georg
il 21 Gen 2025
Risposto: Walter Roberson
il 21 Gen 2025
"I am trying to transmit and receive signals simultaneously using a USRP B210 in MATLAB. I want to continuously transmit a sine wave signal and plot the received signal in real time. I attempted to use comm.SDRuTransmitter and comm.SDRuReceiver in parallel processing, but the reception does not seem to work properly while transmitting. Is it possible to transmit and receive at the same time?
0 Commenti
Risposta accettata
Walter Roberson
il 21 Gen 2025
The B210 shares a single hardware clock between the two modules. In theory the frequency of the two modules can be different, but only within a limited frequency range (which I would have to look up.)
Historically MATLAB did not support this arrangement, and to implement it you needed a custom image.
The B3xx series supports independent clocks for the two modules.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Communications Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!