ul_ref_sigs_rx_NB_IoT[u][index_Nsc_RU]=(int16_t*)malloc(sizeof(int16_t)*(2*sequence_length[index_Nsc_RU]*12+24));// *12 is mandatory to fit channel estimation functions
ul_ref_sigs_f2_rx_NB_IoT[u]=(int16_t*)malloc(sizeof(int16_t)*(2*12*12+24));// first "*12" is mandatory to fit channel estimation functions; first "*12" is the length of pilot sequence for
ul_ref_sigs_f2_rx_NB_IoT[u]=(int16_t*)malloc(sizeof(int16_t)*(2*12*12+24));// first "*12" is mandatory to fit channel estimation functions; first "*12" is the length of pilot sequence for format 2
// NB-IoT: for same reason, +24 is added in order to fit the possible subcarrier start shift when index_Nsc_RU = 0, 1, 2 --> see ul_sc_start in channel estimation function