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
+3
View File
@@ -0,0 +1,3 @@
function result = calc_doppler_freq(rrv, carrier_freq)
result = rrv * carrier_freq / physconst('LightSpeed');
end