Skip to content
Snippets Groups Projects

NR UE PHY Refactor

Open Sakthivel Velumani requested to merge NR_UE_phy_refactor_rx into develop
Compare changes
  • Side-by-side
  • Inline
Files
29
  • 1b82ebc7
    Modified channel estimation function to take rxdataF of only one symbol
    and took the loop over layers and antennas out of the function. For each
    OFDM symbol, the freq domain data is extracted and channel estimates are
    produced. The remaining PDSCH procedures are done in the last PDSCH
    symbol.
    
    Procedures such as channel compensation, MMSE, PTRS estimation, LLR
    computation are parallelized as they are independent for each symbol.
    
    The new design is presented as block diagram in doc/ue_doc_resources/.
    
    Took channel correlation matrix computation out of channel compensation
    and created a separate function.
    
    Disabled DL parallel processing of slots.
Loading