Skip to content
Snippets Groups Projects
  1. Sep 17, 2020
  2. Sep 09, 2020
  3. Sep 05, 2020
  4. Sep 04, 2020
  5. Sep 03, 2020
  6. Sep 02, 2020
  7. Sep 01, 2020
  8. Aug 31, 2020
  9. Aug 29, 2020
  10. Aug 28, 2020
  11. Aug 27, 2020
    • Parminder Singh's avatar
      Common Phase error estimation and compensation in uplink. · b288eafd
      Parminder Singh authored
      FEATURE STATEMENT:
      - Introduce linear phase error noise model in Uplink at UE
      - Perform common phase error (CPE) estimation and compensation at gNB
      
      SOLUTION:
      - A linear phase shift model is introduced in simulation.
      - PTRS symbols are used to perform estimation of CPE from DMRS compensated signal
      - The estimated values are interpolated in time domain and signal is compensated for the CPE.
      - PTRS processing is done in Frequency Domain for each symbol in a slot and
        LLR's are calculated for each symbol accordingly.
      
      IMPLEMENTATION:
      * sim.h/channle_sim.c
      - Linear Phase Noise Generation model definition.
      * nr_ul_channel_estimation.c/nr_ul_estimation.h
      - CPE estimation from PTRS and DMRS compensated signal.
      * nr_dmrs_rx.c/nr_refsig.h
      - Regenerate PTRS symbols at gNB.
      * nr_ulsch_demodulation.c
      - Removed old PTRS processing code and move to a common PTRS processing function
      * defs_gNB.h/init.c
      - New PTRS variables definition and initialization
      * nr_ulsch_ue.c
      - Corrected PTRS parameter to get new PTRS symbols for each OFDM symbol
      
      TESTING
      * ulsim.c
      - Added Phase noise, Enable PTRS signal and verified the output.
      
      VERIFICATION
      - The LLR are rotated back with estimated CPE and no error is observed in scrambling/decoding
      b288eafd
    • Francesco Mani's avatar
      fix for pucchsim with sr · 4cc5bf58
      Francesco Mani authored
      4cc5bf58
    • knopp's avatar
  12. Aug 26, 2020
  13. Aug 25, 2020
  14. Aug 24, 2020
Loading