USRP B210 for 2x2 MIMO support
古いコメントを表示
I'm trying to transmit data from two TX ports on a B210 USRP to another B210 USRP device for reception. However, the TX/RX B port doesn't seem to be working. On the receiving device, I only receive the signal from the TX/RX A port. I've tried transmitting signals on each port, but I only receive the signal from the TX/RX A port. Please help me!
Below is my program.
txRadio = comm.SDRuTransmitter( ...
'Platform', 'B210', ...
'SerialNum', serialNum, ...
'ChannelMapping', [1 2], ...
'CenterFrequency', 2450e6, ...
'Gain', 60, ...
'MasterClockRate', 30.72e6, ...
'InterpolationFactor', 8);
2 件のコメント
Karunya Choppara
2026 年 5 月 5 日 17:46
Hi,
The error message shows that the required support package is not installed. have you installed the Communications Toolbox Support Package for USRP Radio?
Also how did you check that port B doesnt work? have you observed the LED status while transmitting and receiving?
Is this a B210 radio or B200 radio? can you provide the output of findsdru
Hua
2026 年 5 月 6 日 6:26
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Communications Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!