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
ZhouShuya
OpenXG-RAN
Commits
03769bdb
Commit
03769bdb
authored
Feb 06, 2019
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compilation error fix
parent
9686d42f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation_NB_IoT.c
...ir1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation_NB_IoT.c
+1
-1
No files found.
openair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation_NB_IoT.c
View file @
03769bdb
...
...
@@ -225,7 +225,7 @@ int ul_chest_tmp_f2_NB_IoT(int32_t **rxdataF_ext,
(
int32_t
)
received_data
[
k
<<
1
]
*
(
int32_t
)
pilot_sig
[(
k
<<
1
)
+
1
])
>>
15
);
//imaginary part of estimated channel
}
/// Apply inverse rotation to the channel
rotate_channel_sc_tmp_NB_IoT
(
estimated_channel
,
symbol
,
Qm
,
counter_msg5
,
flag
);
rotate_channel_sc_tmp_NB_IoT
(
estimated_channel
,
symbol
,
Qm
,
counter_msg5
,
0
,
flag
);
ul_ch_estimates_re
=
estimated_channel
[
ul_sc_start
<<
1
];
ul_ch_estimates_im
=
estimated_channel
[(
ul_sc_start
<<
1
)
+
1
];
...
...
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