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