Commit ed695646 authored by Sakthivel Velumani's avatar Sakthivel Velumani

write pbch pdcch data to file

parent dc898b1c
......@@ -842,12 +842,12 @@ int32_t nr_rx_pdcch(PHY_VARS_NR_UE *ue,
s,
log2_maxh,
coreset_nbr_rb); // log2_maxh+I0_shift
#ifdef DEBUG_PHY
//#ifdef DEBUG_PHY
if (nr_tti_rx==5)
// if (nr_tti_rx==5)
write_output("rxF_comp_d.m","rxF_c_d",&pdcch_vars[eNB_id]->rxdataF_comp[0][s*frame_parms->N_RB_DL*12],frame_parms->N_RB_DL*12,1,1);
#endif
//#endif
if (frame_parms->nb_antennas_rx > 1) {
LOG_DD("we enter pdcch_detection_mrc(frame_parms->nb_antennas_rx=%d)\n",
......
......@@ -517,9 +517,9 @@ int nr_rx_pbch( PHY_VARS_NR_UE *ue,
}
}
#ifdef DEBUG_PBCH
//#ifdef DEBUG_PBCH
write_output("rxdataF_comp.m","rxFcomp",&nr_ue_pbch_vars->rxdataF_comp[0][240],240*3,1,1);
#endif
//#endif
pbch_e_rx = nr_ue_pbch_vars->llr;
//demod_pbch_e = nr_ue_pbch_vars->demod_pbch_e;
pbch_a = nr_ue_pbch_vars->pbch_a;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment