04-04-2019 08:55 AM
To implement MIMO, I first reconfigured the RF in the framework. amend as below:
Host Part
I modified the three modules(802.11 Configure TX RF、802.11 Configure RX RF、802.11 Configure RX Streams) in the figure to enable tx0.stream, tx1.stream, rx0.stream, rx1.stream.
FPGA Part
I modified 802.11 USRP Stream TX.gvi and 802.11 USRP Stream RX.gvi to allow signals to be transmitted over four streams.
Result
The results were not satisfactory, but they could not be said to be unsuccessful. In fact, sometimes the results of the program run are consistent with what I expected. But most of the time the receiver does not show the correct result. These indicate that the program is not stable. So I did the following experiment.
I only modified the 802.11 Configure RF Streams.gvi in the framework.This change makes tx0.stream, tx1.stream, rx0.stream, rx1.stream all true.At this time the receiver is not working properly.This result makes me very confused. And the frustrating thing is that I can't see the problem. I would be grateful if anyone could point out my problem or give another solution.
Solved! Go to Solution.
04-08-2019 02:43 AM - last edited on 10-10-2024 05:29 PM by Content Cleaner
Is your implementation based on the MIMO Application Framework? (Manual Link)
Here are some manuals which could help you:
LabVIEW Communications 802.11 Application Framework 3.0 Getting Started Guide
04-08-2019 03:49 AM
04-08-2019 03:53 AM - last edited on 10-10-2024 05:30 PM by Content Cleaner
Here is a MIMO Application Framework download link: https://www.ni.com/en/support/downloads/software-products/download.labview-communications-mimo-appli...
04-15-2019 04:19 AM
Now I found the problem is that when I make both rx0.stream and rx1.stream true, the receiver does not display.So I think the problem is in the DDC (Multi-Channel).gvi of the 802.11 USRP Stream RX.gvi module.However, I am not paying attention to this issue now. And not paying attention to MIMO. My implementation bypasses DDC (Multi-Channel).gvi.
04-15-2019 04:24 AM
12-03-2020 09:41 PM
hello,did you work this out?I'm doing the same thing recently,but none of the modifications succeeded. I really appreciated if you could help me! Thank you!