Hi
I want to compare between round robin CB and round robin DB, LTE_config.CoMP_scheduler = ’round robin DB’ run and give results but LTE_config.CoMP_scheduler = ’round robin CB’ dont run and the simulation give these errors
Index exceeds matrix dimensions.
Error in CoMP.schedulers.roundRobinCB/find_forbidden (line 217)
channel = ruleset.own_channel(:,:,2*rb_);
Error in CoMP.schedulers.roundRobinCB/schedule_users (line 64)
[for_pmi, for_ri] = obj.find_forbidden(next_ue,
rb_, feedback, i_);
Error in CoMP.schedulers.CoMP_scheduler/fetch_grid (line 35)
obj.schedule_users(eNodeB,attached_UEs,last_received_feedbacks);
Error in schedulers.CoMP/schedule_users (line 45)
UE_id_list =
obj.CoMP_set.scheduler.fetch_grid(obj.attached_eNodeB,attached_UEs,last_received_feedbacks);
Error in network_elements.eNodeB_sector/schedule_users (line 259)
obj.scheduler.schedule_users(obj.attached_UEs_vector,obj.last_received_feedback);
Error in LTE_sim_main (line 442)
eNodeBs(s_).schedule_users;
Error in LTE_sim_main_launcher_demo_CoMP (line 60)
output_results_file = LTE_sim_main(LTE_config);
what is the problem and how can it be solved?