필터 지우기
필터 지우기

Antenna selection in massive mimo

조회 수: 4 (최근 30일)
RT Student
RT Student 2021년 5월 23일
댓글: RT Student 2021년 6월 15일
Hello, I really need your help, I have to develop a program which allows to generate all the possible sub-matrices (30x15) of a mother matrix (220x15) with an exhaustive search for the purpose of antenna selection in a massive mimo system after all these sub antennas are generated it will be necessary to calculate the energy efficiency of each one to finally choose the optimal selection.
i tried this program, but it didn't generate me ALL possible submaters but only 220-30:
matrix = complex (rand (220.15), rand (220.15));
for row = 1: size (matrix, 1) -29
submatrix {row} = matrix (row: row + 29, :);
end
what should I do?
Thank you very much
  댓글 수: 2
YUKAI XUN
YUKAI XUN 2021년 6월 15일
i think in the first line, the rand functiuon should be rand(220,15), should be " , " rather than " . "
RT Student
RT Student 2021년 6월 15일
Yes , it's juste un false tap. Thank's

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Beamforming and Direction of Arrival Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by