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
Michael Black
OpenXG-RAN
Commits
0c84d4db
Commit
0c84d4db
authored
May 23, 2021
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
printing time response in ulsim
parent
1c4fef02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
+3
-3
openair1/SIMULATION/NR_PHY/ulsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+2
-0
No files found.
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
View file @
0c84d4db
...
...
@@ -570,7 +570,7 @@ int nr_pusch_channel_estimation(PHY_VARS_gNB *gNB,
#if
def
NO_INTERP
#if NO_INTERP
for
(
int
i
=
0
;
i
<
12
;
i
++
)
((
int32_t
*
)
ul_ch
)[
i
]
=
*
(
int32_t
*
)
ch
;
ul_ch
+=
24
;
#else
...
...
@@ -640,7 +640,7 @@ int nr_pusch_channel_estimation(PHY_VARS_gNB *gNB,
ch
[
0
]
=
ch_0
/
6
;
ch
[
1
]
=
ch_1
/
6
;
#if
def
NO_INTERP
#if NO_INTERP
for
(
int
i
=
0
;
i
<
12
;
i
++
)
((
int32_t
*
)
ul_ch
)[
i
]
=
*
(
int32_t
*
)
ch
;
ul_ch
+=
24
;
#else
...
...
@@ -713,7 +713,7 @@ int nr_pusch_channel_estimation(PHY_VARS_gNB *gNB,
ch
[
0
]
=
ch_0
/
6
;
ch
[
1
]
=
ch_1
/
6
;
#if
def
NO_INTERP
#if NO_INTERP
for
(
int
i
=
0
;
i
<
12
;
i
++
)
((
int32_t
*
)
ul_ch
)[
i
]
=
*
(
int32_t
*
)
ch
;
ul_ch
+=
24
;
#else
...
...
openair1/SIMULATION/NR_PHY/ulsim.c
View file @
0c84d4db
...
...
@@ -1228,6 +1228,8 @@ int main(int argc, char **argv)
&
gNB
->
pusch_vars
[
0
]
->
rxdataF_ext
[
0
][
start_symbol
*
NR_NB_SC_PER_RB
*
pusch_pdu
->
rb_size
],
nb_symb_sch
*
(
off
+
(
NR_NB_SC_PER_RB
*
pusch_pdu
->
rb_size
)),
1
,
1
);
LOG_M
(
"chestF0.m"
,
"chF0"
,
&
gNB
->
pusch_vars
[
0
]
->
ul_ch_estimates
[
0
][
start_symbol
*
frame_parms
->
ofdm_symbol_size
],
frame_parms
->
ofdm_symbol_size
,
1
,
1
);
LOG_M
(
"chestT0.m"
,
"chT0"
,
&
gNB
->
pusch_vars
[
0
]
->
ul_ch_estimates_time
[
0
][
0
],
frame_parms
->
ofdm_symbol_size
,
1
,
1
);
LOG_M
(
"chestF0_ext.m"
,
"chF0_ext"
,
&
gNB
->
pusch_vars
[
0
]
->
ul_ch_estimates_ext
[
0
][(
start_symbol
+
1
)
*
(
off
+
(
NR_NB_SC_PER_RB
*
pusch_pdu
->
rb_size
))],
(
nb_symb_sch
-
1
)
*
(
off
+
(
NR_NB_SC_PER_RB
*
pusch_pdu
->
rb_size
)),
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