NR PDSCH running time

6 Ansichten (letzte 30 Tage)
Ayesha Oozeerally
Ayesha Oozeerally am 31 Jan. 2020
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

Antworten (1)

Sriram Tadavarty
Sriram Tadavarty am 5 Jan. 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

Kategorien

Mehr zu End-to-End Simulation finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by