Initial Commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function [dop] = spd2dop(spd, lambda)
|
||||
|
||||
% Objective : Converting the speed [m/s] to the corresponding Doppler frequency shift [Hz] for one-way propagation
|
||||
|
||||
dop = spd / lambda;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user