Commit 193ab717 authored by lukashov's avatar lukashov

Fix channel level

parent f922b493
......@@ -3320,8 +3320,8 @@ void dlsch_channel_level_TM34(int **dl_ch_estimates_ext,
avg_0[0] = avg_0[0] + avg_0[1];
avg_1[0] = avg_1[0] + avg_1[1];
// avg_0[0] = max (avg_0[0], avg_1[0]);
// avg_1[0] = avg_0[0];
avg_0[0] = max (avg_0[0], avg_1[0]);
avg_1[0] = avg_0[0];
_mm_empty();
_m_empty();
......
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