17. October 2016 at 12:56
#6439
Markus Gasser
Participant
Dear Önem,
you can see the CQIs of the user(s) in
simulation_results.UE_specific(user_index).used_CQI
and the number of ressource blocks a user has been assigned to in every subframe (by the scheduler) in
simulation_results.UE_specific(user_index).RBs_assigned
where user_index should be replaced by your desired user’s index. For both variables the indexes are interpreted as (subframe_index, SNR_index, transmission_stream).
As a minimum working example just change
Simulation_type = 'LTE-A SUMIMO';
to
Simulation_type = 'MUSISO';
in LTE_sim_batch.m and run it.
Best regards,
Markus
- This reply was modified 4 years, 4 months ago by Markus Gasser.