How to modify CSI-RS in wireless network simulator 5G?
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Arun
on 13 Jun 2024
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 Comments
See Also
Categories
Find more on Software Development Tools in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!