How to Transmit and Receive Simultaneously Using USRP B210 in MATLAB
30 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Georg
am 21 Jan. 2025
Beantwortet: Walter Roberson
am 21 Jan. 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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 21 Jan. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Communications Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!