Im from Cuba and Im doing some academic research in my university. I have done some simulations and I succesfully have ploted the throughput, but Im having problems at ploting the BLER curves. I have done my simulations with 1000 subframes only. Has this anything to do with that? should I increas them? Which one is the scrip you recomend me to plot BLER results
Hi Raydel,
The ability to plot the BLER curves should certainly not depend on the number of subframes simulated. Just executing simulation_results.plot_BLER_throughput after finishing simulating should work
If this howeever does not work, try this minimal working example and then adapt it to your desired simulation scenario:
Open LTE_sim_batch and replace the line SNR_vec = 20; with SNR_vec = 0:20;
So, what you want me to change is “simulation_results.cell_specific.BLER_overall” for “simulation_results.plot_BLER_throughput” in the following code line?
Yes, you could do that, you should also get a similar result by just executing simulation_results.plot_BLER_throughput. What is the current result and what the expected one?
The matter with the results is that I do get a graphic just not the expected one, because it is not a soft chart but instead I get a very irregular curve that increases and decreases abruptly with an erratic trend regardless the SNR value. I tried what you told me but I got the same result. What would be your advice?