Commit a8d13092 authored by Lukas Eller's avatar Lukas Eller

paths

parent 23471a1d
......@@ -103,7 +103,7 @@ if __name__ == "__main__":
)
EvaluateEstimators(
"data/pathloss_measurements_1800_1.json",
"data/rsrp_pathloss_measurements_1800_1.json",
[
SingleEstimator("single_shadow_fading", system_model),
],
......@@ -115,7 +115,7 @@ if __name__ == "__main__":
).run()
EvaluateEstimators(
"data/pathloss_measurements_1800_2.json",
"data/rsrp_pathloss_measurements_1800_2.json",
[
SingleEstimator("single_shadow_fading", system_model),
],
......@@ -128,7 +128,7 @@ if __name__ == "__main__":
EvaluateEstimators(
"data/pathloss_measurements_800.json",
"data/rsrp_pathloss_measurements_800.json",
[
SingleEstimator("single_shadow_fading", system_model_800),
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment