Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
59ea8c15
Commit
59ea8c15
authored
Jun 10, 2024
by
Laurent THOMAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the ch01 that i missed again
parent
50223604
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c
openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c
+1
-1
No files found.
openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c
View file @
59ea8c15
...
...
@@ -899,7 +899,7 @@ static uint8_t nr_ulsch_mmse_2layers(NR_DL_FRAME_PARMS *frame_parms,
// (1/2^log2_maxh)*conj_H_00xH_00: (1/(64*2))conjH_00*H_00*2^15
nr_ulsch_conjch0_mult_ch1
(
ul_ch_estimates_ext
[
0
][
0
],
ul_ch_estimates_ext
[
0
][
0
],
conjch00_ch00
,
nb_rb_0
,
shift
);
// (1/2^log2_maxh)*conj_H_10xH_10: (1/(64*2))conjH_10*H_10*2^15
nr_ulsch_conjch0_mult_ch1
(
ul_ch_estimates_ext
[
1
][
0
],
ul_ch_estimates_ext
[
1
][
0
],
conjch10_ch10
,
nb_rb_0
,
shift
);
nr_ulsch_conjch0_mult_ch1
(
ul_ch_estimates_ext
[
0
][
1
],
ul_ch_estimates_ext
[
0
][
1
],
conjch10_ch10
,
nb_rb_0
,
shift
);
// conj_H_00xH_01
nr_ulsch_conjch0_mult_ch1
(
ul_ch_estimates_ext
[
0
][
0
],
ul_ch_estimates_ext
[
1
][
0
],
...
...
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