Antenna Element position in 3GPP-38.901
조회 수: 24 (최근 30일)
이전 댓글 표시
Hi
In Chapter 7.3 of 38.901. it says:
"Antenna numbering on the panel illustrated in Figure 7.3-1 assumes observation of the antenna array from the front (with x-axis pointing towards broad-side and increasing y-coordinate for increasing column number)."
But in 5G Toolbox, when calculating position of each antenna element by calling function makeAntennaArray.m, it seems didn't align with 38.901.
"sfn = @(dH,dV,dgH,dgV)[ [dV; 0; 0] [0; dH; 0] [0; 0; 0] [dgV; 0; 0] [0; dgH; 0] ];"
per my understanding, it should be
"sfn = @(dH,dV,dgH,dgV)[ [0; 0; dV] [0; dH; 0] [0; 0; 0] [0; 0; dgV] [0; dgH; 0] ];"
Thanks for your support.
댓글 수: 2
답변 (1개)
Iain Stirling
2019년 3월 18일
이동: Walter Roberson
2025년 10월 15일 2:02
Hello Hu,
Our understanding is that the comment "x-axis pointing towards broad-side and increasing y-coordinate for increasing column number" only applies to Section 7.3, to explain how the antenna numbering relates to Figure 7.3-1. More specifically, we think the comment "x-axis pointing towards broad-side" applies to that section but not to the model in general. Our understanding is that in the co-ordinate system defined in Section 7.1.1, the broad-side of the array points along the z-axis. This means the array is lying on the x-y plane, with the broad-side pointing to the zenith (+ve z-axis). This is why the downtilt angles used in the model are always > 90 degrees, as a 90 degree downtilt is required to make the array "stand up". See for example Table 7.8-1 which has downtilt angles of 102 and 110 degrees.
Regards,
Iain.
참고 항목
카테고리
Help Center 및 File Exchange에서 Fractal Antennas에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!