- finished task 2

- fixed perform_access_analysis to use 2.4GHz instead of 2GHz
- finished task 3
This commit is contained in:
ti_mo
2026-06-24 21:48:12 +02:00
parent eb4d72c7c2
commit edbc22bcf6
13 changed files with 1263 additions and 348 deletions
+13 -1
View File
@@ -18,6 +18,7 @@ groundStation.Altitude = 37;
calc_task1 = true;
calc_task2 = true;
calc_task3 = true;
if calc_task1
task1;
@@ -28,4 +29,15 @@ if calc_task2
task1;
end
task2;
end
end
if calc_task3
if ~calc_task1
task1;
end
if ~calc_task2
task2;
end
task3;
end