NR PDSCH running time

1 visualizzazione (ultimi 30 giorni)
Ayesha Oozeerally
Ayesha Oozeerally il 31 Gen 2020
Risposto: Sriram Tadavarty il 5 Gen 2021
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

Risposte (1)

Sriram Tadavarty
Sriram Tadavarty il 5 Gen 2021
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

Categorie

Scopri di più su End-to-End Simulation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by