Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IEEE_access_deep_learning_network_planner
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Lukas Eller
IEEE_access_deep_learning_network_planner
Commits
9a53ad42
Commit
9a53ad42
authored
May 23, 2023
by
Lukas Eller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update
parent
b51b066a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
run_scenario.py
run_scenario.py
+14
-4
No files found.
run_scenario.py
View file @
9a53ad42
...
...
@@ -248,8 +248,13 @@ class Scenario:
scenario_meta_data_df
[
"los_pred"
]
=
(
2
+
scenario_meta_data_df
.
rspower
+
antenna_vert
(
scenario_meta_data_df
.
alignment_offset_v
)
+
antenna_horz
(
scenario_meta_data_df
.
alignment_offset_h
)
-
np
.
minimum
(
-
(
antenna_horz
(
scenario_meta_data_df
.
alignment_offset_h
)
+
antenna_vert
(
scenario_meta_data_df
.
alignment_offset_v
)
),
30
)
-
pathloss
(
scenario_meta_data_df
.
d_h
,
scenario_meta_data_df
.
bs_height
,
...
...
@@ -260,8 +265,13 @@ class Scenario:
scenario_meta_data_df
[
"nlos_pred"
]
=
(
2
+
scenario_meta_data_df
.
rspower
+
antenna_vert
(
scenario_meta_data_df
.
alignment_offset_v
)
+
antenna_horz
(
scenario_meta_data_df
.
alignment_offset_h
)
-
np
.
minimum
(
-
(
antenna_horz
(
scenario_meta_data_df
.
alignment_offset_h
)
+
antenna_vert
(
scenario_meta_data_df
.
alignment_offset_v
)
),
30
)
-
pathloss
(
scenario_meta_data_df
.
d_h
,
scenario_meta_data_df
.
bs_height
,
...
...
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