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
常顺宇
OpenXG-RAN
Commits
ce15e0e9
Commit
ce15e0e9
authored
Jul 08, 2016
by
lukashov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing warning and changing target precission to 10^(-2).
parent
8cc39130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+6
-6
No files found.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
ce15e0e9
...
@@ -4383,7 +4383,7 @@ n(tikz_fname,"w");
...
@@ -4383,7 +4383,7 @@ n(tikz_fname,"w");
SNR
,
SNR
,
mcs1
,
mcs1
,
PHY_vars_eNB
->
dlsch_eNB
[
0
][
0
]
->
harq_processes
[
0
]
->
TBS
,
PHY_vars_eNB
->
dlsch_eNB
[
0
][
0
]
->
harq_processes
[
0
]
->
TBS
,
rate
,
rate
[
0
]
,
errs
[
0
][
0
],
errs
[
0
][
0
],
round_trials
[
0
],
round_trials
[
0
],
errs
[
0
][
1
],
errs
[
0
][
1
],
...
@@ -4401,7 +4401,7 @@ n(tikz_fname,"w");
...
@@ -4401,7 +4401,7 @@ n(tikz_fname,"w");
PHY_vars_eNB
->
dlsch_eNB
[
0
][
0
]
->
harq_processes
[
0
]
->
TBS
,
PHY_vars_eNB
->
dlsch_eNB
[
0
][
0
]
->
harq_processes
[
0
]
->
TBS
,
rate
[
0
]
*
effective_rate
,
rate
[
0
]
*
effective_rate
,
100
*
effective_rate
,
100
*
effective_rate
,
rate
,
rate
[
0
]
,
(
double
)
avg_iter
[
0
]
/
iter_trials
[
0
],
(
double
)
avg_iter
[
0
]
/
iter_trials
[
0
],
errs
[
0
][
0
],
errs
[
0
][
0
],
round_trials
[
0
],
round_trials
[
0
],
...
@@ -4427,7 +4427,7 @@ n(tikz_fname,"w");
...
@@ -4427,7 +4427,7 @@ n(tikz_fname,"w");
mcs1
,
mcs2
,
mcs1
,
mcs2
,
PHY_vars_eNB
->
dlsch_eNB
[
0
][
0
]
->
harq_processes
[
0
]
->
TBS
,
PHY_vars_eNB
->
dlsch_eNB
[
0
][
0
]
->
harq_processes
[
0
]
->
TBS
,
PHY_vars_eNB
->
dlsch_eNB
[
0
][
1
]
->
harq_processes
[
0
]
->
TBS
,
PHY_vars_eNB
->
dlsch_eNB
[
0
][
1
]
->
harq_processes
[
0
]
->
TBS
,
rate
,
rate
[
0
]
,
errs
[
0
][
0
],
errs
[
0
][
0
],
round_trials
[
0
],
round_trials
[
0
],
errs
[
0
][
1
],
errs
[
0
][
1
],
...
@@ -4446,7 +4446,7 @@ n(tikz_fname,"w");
...
@@ -4446,7 +4446,7 @@ n(tikz_fname,"w");
PHY_vars_eNB
->
dlsch_eNB
[
0
][
1
]
->
harq_processes
[
0
]
->
TBS
,
PHY_vars_eNB
->
dlsch_eNB
[
0
][
1
]
->
harq_processes
[
0
]
->
TBS
,
rate
[
0
]
*
effective_rate
,
rate
[
0
]
*
effective_rate
,
100
*
effective_rate
,
100
*
effective_rate
,
rate
,
rate
[
0
]
,
(
double
)
avg_iter
[
0
]
/
iter_trials
[
0
],
(
double
)
avg_iter
[
0
]
/
iter_trials
[
0
],
errs
[
0
][
0
],
errs
[
0
][
0
],
round_trials
[
0
],
round_trials
[
0
],
...
@@ -4533,10 +4533,10 @@ n(tikz_fname,"w");
...
@@ -4533,10 +4533,10 @@ n(tikz_fname,"w");
PHY_vars_UE->dlsch_unscrambling_stats.trials,
PHY_vars_UE->dlsch_unscrambling_stats.trials,
PHY_vars_UE->dlsch_decoding_stats.trials);
PHY_vars_UE->dlsch_decoding_stats.trials);
*/
*/
printf
(
"[passed] effective rate : %f (%2.1f%%,%f)): log and break
\n
"
,
rate
[
0
]
*
effective_rate
,
100
*
effective_rate
,
rate
);
printf
(
"[passed] effective rate : %f (%2.1f%%,%f)): log and break
\n
"
,
rate
[
0
]
*
effective_rate
,
100
*
effective_rate
,
rate
[
0
]
);
break
;
break
;
}
else
if
(
test_perf
!=
0
){
}
else
if
(
test_perf
!=
0
){
printf
(
"[continue] effective rate : %f (%2.1f%%,%f)): increase snr
\n
"
,
rate
[
0
]
*
effective_rate
,
100
*
effective_rate
,
rate
);
printf
(
"[continue] effective rate : %f (%2.1f%%,%f)): increase snr
\n
"
,
rate
[
0
]
*
effective_rate
,
100
*
effective_rate
,
rate
[
0
]
);
}
}
if
(
abstx
==
1
)
{
if
(
abstx
==
1
)
{
if
((
rx_type
==
rx_IC_dual_stream
)
||
(
rx_type
==
rx_standard
))
{
if
((
rx_type
==
rx_IC_dual_stream
)
||
(
rx_type
==
rx_standard
))
{
...
...
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