Hi everyone,
I am using LTE Link Level 1.7_r1089 and I’m trying to understand of working principle of Best CQI scheduling algorithm. I run LTE_sim_batch.m file but there was no CQI_feedback in UE_output part of workspace as you see in Figure below. I used these lines in LTE_load_parameters.m to observe CQI feedback;
switch LTE_params.Bandwidth
case 1.4*10^6
LTE_params.UE_config.feedback = true;
LTE_params.UE_config.PMI_fb_granularity = 6;
LTE_params.UE_config.CQI_fb_granularity = 6;
LTE_params.UE_config.CQI_fb = true;

Actually I couldn’t see any command about CQI feedback in bestCqiSchedulerMMO.m file. How can I find CQI feedback from UEs in this simulator?
I am looking forward for your reply.
Best regards,
Önem