How can I simultaneously transmit and receive using a single USRP B210?
18 views (last 30 days)
Show older comments
I found a similar example for USRP E310 but the main function used does not support USRP B210.
The example mentioned above is:
Transmission and Reception of an Image Using LTE System Toolbox and a Single USRP® E310.
The function that doesn't support USRP B210 is:
transmitRepeat(tx,txWaveform)
8 Comments
Beste Yagmur
on 3 May 2025
Hi people,
I have a problem while receiving the signal. I created a cosine wave to transmit. I use URSP B210, it transmits well, I checked via signal spectrum analyzer but when I'm trying to receive the signal and plot it in the matlab I only receive noise.
Thanks, I'm looking forward for an answer.
Walter Roberson
on 5 May 2025
The MATLAB B210 support for USRP does not include support for simultaneous transmission and reception. You can transmit a bunch of signals then switch to receiving signals, but because you already finished transmitting the signals there is nothing to be received.
Generally speaking, the B210 hardware does support simultaneous transmission and reception, but because the two sides are tied together by a common clock, the receiving would have to be on a frequency "close" to transmit frequency. But MATLAB does not supply an interface to this functionality on B210
Simultaneous transmit and receive is supported by MATLAB on the E310, but not the B210.
Answers (0)
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!