HE/updatecfgMUMIMO.m

8 lines
251 B
Mathematica
Raw Normal View History

2024-03-30 16:35:40 +08:00
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