8 lines
251 B
Mathematica
8 lines
251 B
Mathematica
![]() |
function output = updatecfgMUMIMO(input)
|
||
|
load ('TXPackets\NDPfeedback.mat')
|
||
|
% Apply the steering matrix to the RU
|
||
|
input.RU{1}.SpatialMapping = 'Custom';
|
||
|
input.RU{1}.SpatialMappingMatrix = steeringMatrix;
|
||
|
|
||
|
output = input;
|
||
|
end
|