task 5 done

This commit is contained in:
ti_mo
2026-06-12 16:09:25 +02:00
parent 7519c23442
commit 8bda14d0ab
6 changed files with 33137 additions and 3 deletions
+8 -2
View File
@@ -6,8 +6,10 @@ do_task2 = false;
do_task3_1 = false;
do_task3_2 = false;
do_task3_2_simple_calc = false;
do_task4_1 = true;
do_task4_2 = true;
do_task4_1 = false;
do_task4_2 = false;
do_task5_1 = false;
do_task5_2 = true;
carrier_frequency = 2.4e9;
wifi_be_subcarrier_spacing = 78.125e3;
@@ -111,3 +113,7 @@ end
if do_task4_2
task4;
end
if do_task5_1 || do_task5_2
task5;
end