Commit 9fd0f351 authored by Elena_Lukashova's avatar Elena_Lukashova

In rank estimation rank 1 is for CLSM and OLSM, 0 is for Tx div.

parent 112b3719
...@@ -837,7 +837,7 @@ uint8_t rank_estimation_tm3_tm4 (int *dl_ch_estimates_00, // please respect the ...@@ -837,7 +837,7 @@ uint8_t rank_estimation_tm3_tm4 (int *dl_ch_estimates_00, // please respect the
unsigned short nb_rb) { unsigned short nb_rb) {
int i=0; int i=0;
int rank=1; int rank=0;
int N_RB=nb_rb; int N_RB=nb_rb;
int *ch00_rank, *ch01_rank, *ch10_rank, *ch11_rank; int *ch00_rank, *ch01_rank, *ch10_rank, *ch11_rank;
...@@ -1027,7 +1027,7 @@ uint8_t rank_estimation_tm3_tm4 (int *dl_ch_estimates_00, // please respect the ...@@ -1027,7 +1027,7 @@ uint8_t rank_estimation_tm3_tm4 (int *dl_ch_estimates_00, // please respect the
} }
if (count >= 6*N_RB) // conditional number is lower 10dB in half on more Res Blocks if (count >= 6*N_RB) // conditional number is lower 10dB in half on more Res Blocks
rank=2; rank=1;
#ifdef DEBUG_RANK_EST #ifdef DEBUG_RANK_EST
printf(" rank = %d \n", rank); printf(" rank = %d \n", rank);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment