Clear Filters
Clear Filters

Configuring 2x2 Antenna Setup with 2 CSI-RS Ports in MATLAB's 5G Toolbox for CQI Reporting Test Compliance

14 views (last 30 days)
I am working on implementing the table from TS138.101 Table 6.2.2.1.1.1-1: CQI reporting definition test using MATLAB's 5G toolbox example, "NR PDSCH Throughput Using Channel State Information Feedback". The table specifies that the number of CSI-RS ports (X) should be 2, with an antenna configuration of 2x2.
In the MATLAB example, setting the panel dimensions to 2x2 results in NTxAnt becoming 8, which corresponds to the number of CSI-RS ports. However, according to the test table, to set the number of CSI-RS ports (X) to 2, the row number should be set to 3. When attempting to do this, MATLAB returns an error stating that the row number must be 6 or above. How can I correctly configure the antenna to 2x2 while ensuring the number of CSI-RS ports is set to 2, as required by the test table?
  2 Comments
Ashok
Ashok on 27 Aug 2024
Hey Jake,
Could you please share the related MATLAB files?
or
Could you share the properties of the "simParameters" struct which you had changed from the example?
Jake
Jake on 28 Aug 2024
Hi Ashok,
These are the struct variables. I ened up setting the Panel Dimensions for both transmitter and receiver to [1,1] and changing the NumPanel for both to 2, to get a 2x2.(So I can set the row number to 3)

Sign in to comment.

Answers (1)

Ashok
Ashok on 3 Sep 2024 at 5:12
Hi Jake,
I understand that you are facing errors when trying CSI-RS and antenna panel configuration that are not mentioned in the example "NR PDSCH Throughput Using Channel State Information Feedback".
Link to the example:
The supported CSI-RS configurations for the above example are taken from the document TS 38.214 Table 5.2.2.2.1-2, also given in the table below.
By this table, an antenna panel of the dimension 2x2 requires 8 CSI-RS ports. Thus, the supported CSI-RS row numbers are 6, 7 and 8.
According to the referred example, you cannot configure a 2x2 antenna with just 2 CSI-RS ports. When changing the antenna panel and CSI-RS configurations, change the sub-carrier locations as well. You can refer TS 38.211 Section 7.4.1.5.3 as mentioned in the below link, for more info on setting sub-carrier locations.
I hope this is useful!

Tags

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!