NR PDSCH running time

6 次查看(过去 30 天)
Ayesha Oozeerally
Ayesha Oozeerally 2020-1-31
The scripts for NR PDSCH throughput is taking too long to run (more that 2 hours). Is there a solution to decrease the running time for 1000 frames?https://www.mathworks.com/help/5g/examples/nr-pdsch-throughput.html

回答(1 个)

Sriram Tadavarty
Sriram Tadavarty 2021-1-5
Hi Ayesha,
If you are using multiple SNR points, then use parfor statement which is commented out in the code to have faster simulations.
This parfor statement code is in the Processing Loop section.
The other aspects include disabling HARQ process, if that is not the point of interest. You can even reduce the number of HARQ processes.
In general, the channel model does multi-path fading generation for each slot and the characteristics of channel will lead to long simulations.
Also, just to note, numerology also play a role. For 1000 frames and if used SCS 120 kHz, then the simulation is run over 80,000 slots. So, going for higher SCS, takes much more time than 15 kHz.
Hope this helps.
Regards,
Sriram

类别

Help CenterFile Exchange 中查找有关 End-to-End Simulation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by