How to Transmit and Receive Simultaneously Using USRP B210 in MATLAB

42 ビュー (過去 30 日間)
Georg
Georg 2025 年 1 月 21 日
回答済み: Walter Roberson 2025 年 1 月 21 日
"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?

採用された回答

Walter Roberson
Walter Roberson 2025 年 1 月 21 日
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 件)

カテゴリ

Help Center および File ExchangeCommunications Toolbox についてさらに検索

製品


リリース

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by