03-12-2018 08:46 AM - edited 03-12-2018 08:49 AM
Hello everyone,
I am just new with USRP, that's why I need your help. I have two ni USRP 2930 and I want to implement a 1x2 SIMO system. Is it possible to do it using only two USRPs ? I am thinking about configuring the transmitter in one USRP (TX1) , and configuring two receivers using the MIMO cable (as shown in the attached figure).
Thank you for your help.
Solved! Go to Solution.
03-13-2018 07:09 PM
Hi,
You should be able to use the 2 USRP 2930s in your picture plus the MIMO cable and modifying an existing 2x2 MIMO example to implement a 1x2 SIMO system. We have a white paper that explains how to build a 2x2 MIMO system using 2 USRPs: http://www.ni.com/white-paper/13878/en/
03-15-2018 05:59 AM
Thank you for your reply.
According to the white paper you sent to me, in order to be able to implement a 1x2 SIMO system, I have to have 3 USRPs, unfortunately I only have two, could it be possible to do it with only two USRPs ? (using the implementation in the attached figure above).
03-15-2018 10:38 AM
In theory you could use 2 USRPs, with one doing both Tx and Rx simultaneously, and the other just doing Rx. You would have to modify the code from that white paper a bit.
Some issues you might face, though:
03-15-2018 10:46 AM
Also, that example assumes two Tx channels in order to perform Alamouti encoding. You would need to remove the Alamouti part from this example if you had only 1 Tx channel.
03-19-2018 04:16 AM
Thank you for your help.