An error occurred fetching the project authors.
- 08 Dec, 2020 1 commit
-
-
Francesco Mani authored
-
- 26 Nov, 2020 1 commit
-
-
rmagueta authored
-
- 19 Nov, 2020 2 commits
-
-
Hongzhi Wang authored
-
rmagueta authored
-
- 16 Nov, 2020 1 commit
-
-
Thomas Schlichter authored
-
- 14 Nov, 2020 1 commit
-
-
rmagueta authored
-
- 13 Nov, 2020 2 commits
-
-
Thomas Schlichter authored
-
rmagueta authored
-
- 12 Nov, 2020 1 commit
-
-
Parminder Singh authored
-
- 11 Nov, 2020 1 commit
-
-
Khodr Saaifan authored
-
- 09 Nov, 2020 1 commit
-
-
Parminder Singh authored
- Direct multiply with the conjugate of the estimation for compensation
-
- 06 Nov, 2020 1 commit
-
-
Parminder Singh authored
- in PTRS processing the default value for DMRS is set outside slot processing.
-
- 05 Nov, 2020 2 commits
-
-
Khodr Saaifan authored
-
Khodr Saaifan authored
-
- 04 Nov, 2020 1 commit
-
-
Parminder Singh authored
- updated return function value to -1 - removed static variable for dmrs symbol selection for channel - Updated sin cos quadrant check conditions - removed casting from PTRS slope and related calculations
-
- 03 Nov, 2020 1 commit
-
-
Parminder Singh authored
- Sin and Cos values are obtained from a table with a resolution of 100. - dlsim is updated to use this table for phase noise.
-
- 31 Oct, 2020 1 commit
-
-
Parminder Singh authored
- fixed channel compensation by choosing most recent DMRS symbol ina slot - Removed code to find nearest DMRS symbol for channle compensation - Updated TBS calculation in DLSIM - Added debug prints in PTRS CPE estimation for DMRS symbol
-
- 28 Oct, 2020 1 commit
-
-
Parminder Singh authored
- Added PTRS extraction and estimation for DL - Added processing for whole slot wrt PTRS estimates - DLSIM is updated to used -T flag to enable PTRS - DMRS compensated signal is further compensated with PTRS estimation
-
- 27 Oct, 2020 1 commit
-
-
cig authored
- it shall be updated at every last PBCH symbol - this fixes stability issues with the FDD mode
-
- 26 Oct, 2020 1 commit
-
-
Parminder Singh authored
-
- 01 Jun, 2020 1 commit
-
-
- 29 May, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 13 May, 2020 1 commit
-
-
- 13 Jan, 2020 1 commit
-
-
Francesco Mani authored
-
- 10 Jan, 2020 1 commit
-
-
Francesco Mani authored
-
- 01 Jan, 2020 1 commit
-
-
Raymond Knopp authored
Testing of NR PDCCH/PDSCH with RRC Configuration. added RRC configuration to NR UE. Updates to UE DCI procedures (moved to MAC) and updates to FAPI interfaces for UE. nr_dlsim is functional, added profiling information for gNB TX.
-
- 05 Dec, 2019 1 commit
-
-
laurent authored
-
- 02 Dec, 2019 1 commit
-
-
Sakthivel Velumani authored
-
- 28 Nov, 2019 1 commit
-
-
Sakthivel Velumani authored
-
- 19 Nov, 2019 1 commit
-
-
Raymond Knopp authored
-
- 15 Nov, 2019 1 commit
-
-
Sakthivel Velumani authored
-
- 14 Nov, 2019 1 commit
-
-
Thomas Schlichter authored
In 3/4 sampling mode, the OFDM symbol size is _not_ a power of two (e.g. 1536 instead of 2048). In this case it is _not_ OK to calculate the modulus using a binary AND, it _must_ use either the actul modulus operator (%) using an integer division, or a _correct_ if statement or tertianary operator like this: re_offset = (re_offset + 4 >= ue->frame_parms.ofdm_symbol_size) ? (re_offset + 4 - ue->frame_parms.ofdm_symbol_size) : (re_offset + 4); But of course using the actual modulus operator is much more readable and surely not much slower: re_offset = (re_offset + 4) % ue->frame_parms.ofdm_symbol_size;
-
- 13 Nov, 2019 1 commit
-
-
Sakthivel Velumani authored
-
- 12 Nov, 2019 1 commit
-
-
Sakthivel Velumani authored
-
- 07 Nov, 2019 4 commits
-
-
yilmazt authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
ignored only DC pilot
-
Sakthivel Velumani authored
Ignored 1 pilot before and after DC
-
- 24 Oct, 2019 1 commit
-
-
Hongzhi Wang authored
-
- 18 Oct, 2019 1 commit
-
-
Hongzhi Wang authored
-