Hi there,
When I run the LTE_sim_main_launcher_demo_carrier_aggragation.m file, unfortunately I got this error. How can i fix it? (I changed transmission modes, nTx and nRx but the error is still same)
.Entering main simulation loop, 10 TTIs
TTI 1/10: ***+++++Conversion to double from cell is not possible.
Error in tracing.ueTrace/store (line 200)
obj.rx_power_tb(tti_idx) = rx_power_rb_in_current_tti; % Calculate mean RB
power to save memory
Error in network_elements.UE/dummy_link_performance_model (line 1624)
obj.CC(cc).trace.store(…
Error in network_elements.UE/link_performance_model (line 1589)
obj.dummy_link_performance_model(i_);
Error in LTE_sim_main (line 555)
UEs(u_).link_performance_model;
Error in LTE_sim_main_launcher_demo_carrier_aggregation (line 77)
output_results_file = LTE_sim_main(LTE_config);
Thank you for your answers in advance.