Hi,I’m studying the m.file named ‘LTE_UL_sim_main_par.m’, I’m looking for in which part he BLER is calculated but I can’t find it, because in the file named ‘LTE_UL_sim_batch_BLER_curve.m’, the BLER figure was ploted. So I’m just wondering where can I find the codes or module that calculated the BLER.
Thank you !
This topic was modified 2 years, 8 months ago by Connor.
in case of a normal simulation, the BLER or FER is calculated within the method process_TTI_results which is implemented in +results/simulationResultsUL.m
In case of a parallel simulation, the BLER or FER is calculated in the function LTE_UL_processTTI_results.m which is located in the root folder.