Commit 0ce743c1 authored by Elena Lukashova's avatar Elena Lukashova

Adding missing lines for 64QAM in compensation_core.c

parent 29f18670
...@@ -1797,6 +1797,9 @@ void dlsch_channel_compensation_core(int **rxdataF_ext, ...@@ -1797,6 +1797,9 @@ void dlsch_channel_compensation_core(int **rxdataF_ext,
dl_ch_mag128[0] = _mm_mulhi_epi16(dl_ch_mag128[0],QAM_amp128); dl_ch_mag128[0] = _mm_mulhi_epi16(dl_ch_mag128[0],QAM_amp128);
dl_ch_mag128[0] = _mm_slli_epi16(dl_ch_mag128[0],1); dl_ch_mag128[0] = _mm_slli_epi16(dl_ch_mag128[0],1);
dl_ch_mag128b[0] = _mm_mulhi_epi16(dl_ch_mag128b[0],QAM_amp128b);
dl_ch_mag128b[0] = _mm_slli_epi16(dl_ch_mag128b[0],1);
} }
// multiply by conjugated channel // multiply by conjugated channel
......
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