How to modify CSI-RS in wireless network simulator 5G?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi everyone,
I'm currently working on MATLAB's wireless network simulator toolbox. I have two nodes: one gNB and one UE. I'm generating video traffic and using my own TDL channel. My problem is that when I add the Doppler effect to my channel, the automatic MCS selection is not optimal. I don't understand why the channel estimation degrades with the Doppler effect. Therefore, I'm looking to adjust the CSI-RS parameters to see if this can improve the channel estimation and consequently the MCS selection.I don't find any function who can permit me to adjust parameters and I can't go depper in the code of wireless network simulator.
댓글 수: 0
답변 (1개)
Arun
2024년 6월 13일
I understand that you wish to adjust CSI-RS parameters and information regarding MCS selection along with some implementation details.
The CQI is an indicator of channel quality. The CQI value is a scalar in the range [0, 15]. The CQI value provides information about the highest modulation scheme and the code rate (MCS) suitable for the transmission to achieve the required block error rate (BLER) for given channel conditions.
Please refer the following MATLAB documentation link that provides information related CQI selection(link), CSI_RS Configuration(link) and other related details:
Hope this helps!
Regards
Arun
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Software Development Tools에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!