i think that this is nearly the beginning of task 1

This commit is contained in:
ti_mo
2026-06-03 19:46:31 +02:00
parent 4395bbe0b1
commit 78b271247c
7 changed files with 200 additions and 0 deletions
@@ -0,0 +1,3 @@
function result = normalized_carrier_frequency_offset(freq_doppler, delta_freq_subcarrier)
result = freq_doppler / delta_freq_subcarrier;
end