how to transmit and receive using single USRP B210

39 ビュー (過去 30 日間)
SALMA SULTANA
SALMA SULTANA 2021 年 11 月 4 日
コメント済み: Karunya Choppara 2025 年 6 月 3 日
I was using two file for transmitter and receiver with different channel mappping still getting a error as "is not responding" and without channelmapping it says "Tx Busy"
can some one please help me how to transmit and receive data without error using USRP B120.
Thanks

採用された回答

Walter Roberson
Walter Roberson 2021 年 11 月 4 日
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.
  2 件のコメント
SALMA SULTANA
SALMA SULTANA 2021 年 11 月 4 日
thank you for your reply.
By this do you mean we can't transmit and receive simultaneously using single B210

サインインしてコメントする。

その他の回答 (1 件)

Karunya Choppara
Karunya Choppara 2025 年 5 月 30 日
While transmitting and receiving using the same B210 radio, we need to use the same MATLAB session for Tx and Rx, by configuring the comm.SDRuTransmitter and comm.SDRuReceiver system objects.
When the same session is used, Tx busy status still allows us to use the USRP radio as Rx.
  2 件のコメント
Walter Roberson
Walter Roberson 2025 年 5 月 30 日
How do you deal with the fact that the B210 shares a single hardware clock between the two sides, so the two sides can only be a fairly limited frequency difference apart ?
Karunya Choppara
Karunya Choppara 2025 年 6 月 3 日
The Master clock rate, Decimation/Interpolation factor and Center frequency should be the same on both the channels. The channel can be selected using Channel Mapping parameter.

サインインしてコメントする。

カテゴリ

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

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by