NR PDSCH running time
이전 댓글 표시
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
2021년 1월 5일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 5G Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!