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
alex037yang
OpenXG-RAN
Commits
7ad4dcd3
Commit
7ad4dcd3
authored
9 years ago
by
lukashov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing the level of target BLER on dlsim.c
parent
05fd0864
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+4
-4
No files found.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
7ad4dcd3
...
@@ -4310,12 +4310,12 @@ n(tikz_fname,"w");
...
@@ -4310,12 +4310,12 @@ n(tikz_fname,"w");
printf
(
"[continue] effective rate : %f (%2.1f%%,%f)): increase snr
\n
"
,
rate
*
effective_rate
,
100
*
effective_rate
,
rate
);
printf
(
"[continue] effective rate : %f (%2.1f%%,%f)): increase snr
\n
"
,
rate
*
effective_rate
,
100
*
effective_rate
,
rate
);
}
}
if
(
rx_type
<
rx_IC_dual_stream
)
{
if
(
(
rx_type
==
rx_IC_dual_stream
)
||
(
rx_type
==
rx_standard
)
)
{
if
(((
double
)
errs
[
0
][
0
]
/
(
round_trials
[
0
]))
<
1e-3
)
if
(((
double
)
errs
[
0
][
0
]
/
(
round_trials
[
0
]))
<
1e-2
&&
((
double
)
errs
[
1
][
0
]
/
(
round_trials
[
0
]))
<
1e-2
)
break
;
break
;
}
}
else
{
else
{
if
(((
double
)
errs
[
0
][
0
]
/
(
round_trials
[
0
]))
<
1e-
3
&&
((
double
)
errs
[
1
][
0
]
/
(
round_trials
[
0
]))
<
1e-3
)
if
(((
double
)
errs
[
0
][
0
]
/
(
round_trials
[
0
]))
<
1e-
2
)
break
;
break
;
}
}
...
...
This diff is collapsed.
Click to expand it.
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