SC-FDMA working for 1 SNR loop (enabled using "NR_SC_FDMA" MACRO)
- Added nr_dft at UE side and nr_idft at gNB side - NR_SC_FDMA can be found in "PHY/defs_nr_common.h" - For 1 SNR loop, the code executes correctly - For more loops, it gives a segmentation fault in the LDPC decoder - The segmentation fault is caused when nr_idft is used - The code works fine when the "NR_SC_FDMA" is disabled
parent
d34868e6
No related branches found
No related tags found
Showing
- openair1/PHY/MODULATION/nr_modulation.c 180 additions, 1 deletionopenair1/PHY/MODULATION/nr_modulation.c
- openair1/PHY/MODULATION/nr_modulation.h 8 additions, 0 deletionsopenair1/PHY/MODULATION/nr_modulation.h
- openair1/PHY/NR_TRANSPORT/nr_transport_proto.h 6 additions, 0 deletionsopenair1/PHY/NR_TRANSPORT/nr_transport_proto.h
- openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c 225 additions, 10 deletionsopenair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c
- openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h 0 additions, 4 deletionsopenair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h
- openair1/PHY/NR_UE_TRANSPORT/nr_transport_ue.h 1 addition, 1 deletionopenair1/PHY/NR_UE_TRANSPORT/nr_transport_ue.h
- openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c 40 additions, 110 deletionsopenair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c
- openair1/PHY/defs_nr_common.h 5 additions, 0 deletionsopenair1/PHY/defs_nr_common.h
- openair1/SCHED_NR/phy_procedures_nr_gNB.c 3 additions, 5 deletionsopenair1/SCHED_NR/phy_procedures_nr_gNB.c
- openair1/SIMULATION/NR_PHY/ulsim.c 1 addition, 1 deletionopenair1/SIMULATION/NR_PHY/ulsim.c
Please register or sign in to comment