Open jackmygreat opened 2 years ago
It depends on what you mean with MIMO. If you are simply referring to the use of multiple antenna elements, possibly both at the transmitter and the receiver, yes we support it. On the other hand, we do not support Multi-User-MIMO or, in general, sending multiple digital streams using MIMO. Instead, in our module the multiple antennas are used to perform analog beamforming.
FYI - this paper investigates MU-MIMO with hybrid beamforming using the ns3-mmWave module: https://ieeexplore.ieee.org/abstract/document/9515585/
The code extension that enable this is referenced in the paper.
I want to test the MIMO functiion of mmwave module, but I found no examples code of MIMO. Can you tell me how to use mmwave's MIMO function?