Merge remote-tracking branch 'origin/ulsch-rx-2ant-fix' into develop_integration_2018_w10
fixes small bug in ulsim which kills one RX antenna in channel simulation. Another simple but bad bug in ulsch_demodulation.c (bad access of avgU array). This probably resulted in a performance degradation for non-ideal channels, even for 1 antenna. The avgU was read in position 1 instead of 0 for 1-antenna and in positions 1 and 2 instead of 0 and 1 for 2-antennas.
No related branches found
No related tags found
Showing
- openair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation.c 1 addition, 1 deletionopenair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation.c
- openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c 3 additions, 3 deletionsopenair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c
- openair1/PHY/MODULATION/slot_fep_ul.c 2 additions, 0 deletionsopenair1/PHY/MODULATION/slot_fep_ul.c
- openair1/SIMULATION/LTE_PHY/ulsim.c 3 additions, 3 deletionsopenair1/SIMULATION/LTE_PHY/ulsim.c
Loading
Please register or sign in to comment