Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dyyu
openairinterface5G
Commits
0ce743c1
Commit
0ce743c1
authored
Sep 05, 2018
by
Elena Lukashova
Browse files
Adding missing lines for 64QAM in compensation_core.c
parent
29f18670
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c
View file @
0ce743c1
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment