An error occurred fetching the project authors.
- 24 Aug, 2018 1 commit
-
-
Raymond Knopp authored
-
- 17 Aug, 2018 1 commit
-
-
cdxu0312 authored
-
- 15 Aug, 2018 1 commit
-
-
Raymond Knopp authored
-
- 09 Aug, 2018 8 commits
-
-
Wang Tsu-Han authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
- 07 Aug, 2018 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 06 Aug, 2018 1 commit
-
-
Cedric Roux authored
A better solution has to be found.
-
- 04 Aug, 2018 1 commit
-
-
Raymond Knopp authored
-
- 03 Aug, 2018 1 commit
-
-
Cedric Roux authored
One of the optimized RE allocation function does not work properly and generates some decoding errors with a COTS UE. Let's use the generic function for the moment, while analyzing what is wrong.
-
- 31 Jul, 2018 3 commits
-
-
Elena Lukashova authored
-
Elena Lukashova authored
more flexible to support 4x4 system.
-
frtabu authored
-
- 30 Jul, 2018 4 commits
-
-
frtabu authored
remove compilation warnings, especially when disabling T_TRACER. enhance LOG_M macro implementation, introduce LOG_DEBUG_XXX macro to replace #ifdef DEBUG_XXX
-
frtabu authored
log.c simplification, fix usefull functionality which never worked, move all log code from openair2 to common
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Wang Tsu-Han authored
-
- 27 Jul, 2018 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 24 Jul, 2018 1 commit
-
-
Raymond Knopp authored
2. minor modifications in dlsch_demodulation.c for 2 eNB TX antennas, 1 RX antenna. Inconsistant indexing of some arrays in this case. 3. change in config_load_configmodule.c : removed exit(-1) when no configuration file is used. This makes unitary simulators exit. Effect on lte-XXsoftmodem TBC.
-
- 22 Jul, 2018 3 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 20 Jul, 2018 3 commits
-
-
Elena Lukashova authored
receiver. THe proposed solution is to replace the average channel level with median = (max+min)>>1. For these reasons lsch_channel_level_median is introduced.
-
Cedric Roux authored
-
Elena Lukashova authored
instead of _mm_srai_epi16 _mm_srai_epi32 should be used as _mm_madd_epi16 packs multiply-adds 16 bits and packs into 4 blocks of 32 bits.
-
- 17 Jul, 2018 1 commit
-
-
Haruki NAOI authored
-
- 11 Jul, 2018 2 commits
-
-
Elena Lukashova authored
-
Elena Lukashova authored
-
- 10 Jul, 2018 1 commit
-
-
Elena Lukashova authored
2. Remove get_pmi from PHY_SRC_UE and add it instead to PHY_SRC_COMMON. 3. Linking lte-uesoftmodem and lte-uesoftmodem-nos1 targets with ${ATLAS_LIBRARIES}.
-
- 08 Jul, 2018 1 commit
-
-
Elena Lukashova authored
1. Moving get_pmi into a separate file and making corresponding changes in CMakeLists.txt. 2. Creating PHY_MEX library with functions required for the receiver mex-functions. 3. Making necessary changes in defs_UE.h so that mex-functions do not complain about multiple LOG_ calls.
-
- 06 Jul, 2018 3 commits
-
-
Elena Lukashova authored
qpsk_llr, qam16_llr, qam64_llqam64.
-
Elena Lukashova authored
to linear_preprocessing_rec.c. 2. Adding linear_preprocessing_rec.c to PHY_SRC_UE library. 3. Adding mmse_flag and mmse functionalities to dlsch_demodulation. 4. For now, dlsim_tm4 will not compile.
-
Elena Lukashova authored
-