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
wangwenhui
OpenXG-RAN
Commits
26325440
Commit
26325440
authored
Nov 23, 2016
by
Xiwen JIANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use symbol based OFDM modulation in dlsim
parent
7dbc59c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+14
-2
No files found.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
26325440
...
@@ -1282,7 +1282,6 @@ int main(int argc, char **argv)
...
@@ -1282,7 +1282,6 @@ int main(int argc, char **argv)
uint16_t
Nid_cell
=
0
;
uint16_t
Nid_cell
=
0
;
int32_t
**
cell_spec_bf_weights
;
int32_t
**
cell_spec_bf_weights
;
int32_t
*
ue_spec_bf_weights
;
int
eNB_id
=
0
;
int
eNB_id
=
0
;
unsigned
char
mcs1
=
0
,
mcs2
=
0
,
mcs_i
=
0
,
dual_stream_UE
=
0
,
awgn_flag
=
0
,
round
;
unsigned
char
mcs1
=
0
,
mcs2
=
0
,
mcs_i
=
0
,
dual_stream_UE
=
0
,
awgn_flag
=
0
,
round
;
...
@@ -2411,6 +2410,7 @@ int main(int argc, char **argv)
...
@@ -2411,6 +2410,7 @@ int main(int argc, char **argv)
start_meas
(
&
eNB
->
ofdm_mod_stats
);
start_meas
(
&
eNB
->
ofdm_mod_stats
);
/*
do_OFDM_mod_l(eNB->common_vars.txdataF[eNB_id],
do_OFDM_mod_l(eNB->common_vars.txdataF[eNB_id],
eNB->common_vars.txdata[eNB_id],
eNB->common_vars.txdata[eNB_id],
(subframe*2),
(subframe*2),
...
@@ -2420,7 +2420,19 @@ int main(int argc, char **argv)
...
@@ -2420,7 +2420,19 @@ int main(int argc, char **argv)
eNB->common_vars.txdata[eNB_id],
eNB->common_vars.txdata[eNB_id],
(subframe*2)+1,
(subframe*2)+1,
&eNB->frame_parms);
&eNB->frame_parms);
*/
do_OFDM_mod_symbol
(
&
eNB
->
common_vars
,
eNB_id
,
(
subframe
*
2
),
&
eNB
->
frame_parms
);
do_OFDM_mod_symbol
(
&
eNB
->
common_vars
,
eNB_id
,
(
subframe
*
2
)
+
1
,
&
eNB
->
frame_parms
);
stop_meas
(
&
eNB
->
ofdm_mod_stats
);
stop_meas
(
&
eNB
->
ofdm_mod_stats
);
// generate next subframe for channel estimation
// generate next subframe for channel estimation
...
...
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