Hi all, I am new to LTE_System level simulator v1.6 and I want to simulate Pico cells and macro cell using the 2.4GHz and 5GHz public bands. Can any one tell me how to do this using this simulator.In addition, I tried to run the LTE_sim_main_launcher_examples.m but erros saying these
Starting parallel pool (parpool) using the ‘local’ profile … connected to 2 workers.
Conversion to logical from parallel.Pool is not possible.
Error in phy_modeling.channelTraceFactory_v1.generate_channel_trace (line 587)
if config.parallel_toolbox_installed && parpool(‘local’) &&
config.non_parallel_channel_trace
Error in LTE_init_get_microscale_fading_SL_trace (line 101)
pregenerated_fast_fading =
phy_modeling.channelTraceFactory_v1.generate_channel_trace(config,precoding_configs,H_trace_normalized,H_trace_interf_normalized);
Error in LTE_sim_main (line 59)
pregenerated_ff = LTE_init_get_microscale_fading_SL_trace(LTE_config);
Error in LTE_sim_main_launcher_examples (line 41)
output_results_file = LTE_sim_main(LTE_config);
So if anyone has answer, please let me know as soon as you can.