I am currently using Matlab R2014a and latest version of Vienna LTE-A Uplink Link Level Simulator. When i open LTE_UL_quickest.m and click RUN directly, a lot of errors occur as shown in the followings :
Starting parallel pool (parpool) using the ‘local’ profile … connected to 2 workers.
*************** SNR = 03.64 db, value 4 of 12 ***************
*************** SNR = 21.82 db, value 8 of 12 ***************
Error using LTE_UL_channel_estimator (line 26)
Reference to non-existent field ‘channel_est_frequency_smoothing’.
Error in LTE_UL_RX (line 129)
H_est =
LTE_UL_channel_estimator(LTE_params,ChanMod,BS,rx_ref_symbols,RefSym,RefMapping,perfectChannel,sigma_n2,genie_data,UE_signaling_UL.MCS_and_scheduling_UL.nLayers,subframe_i,SNR,ChanMod_output,UE(uu).channel_autocorrelation_matrix);
Error in LTE_UL_sim_main_subframe (line 140)
LTE_UL_RX(LTE_params, ChanMod_output{bb,uu}, ChanMod, SNR, BS(bb).AtPort, subframe_i, BS(bb), UE,
UE_output, BS_output, BS_input, uu, bb);
Error in LTE_UL_sim_main_par (line 109)
parfor SNR_i=1:size(SNR_vec,2) % parfor
Error in LTE_UL_sim_main (line 44)
LTE_UL_sim_main_par; % using parallel toolbox
Error in multisim (line 108)
LTE_UL_sim_main; % run the simulator
Error in SIMO_test (line 3)
doc_simo = multisim(‘examples/doc_simo’);
Error in LTE_UL_quicktest (line 6)
SIMO_test
May i know what the problems are ? Anyone can help me solve these problem ? Thanks in advance.