Initial Commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function [deltaR] = cal_rtmcoupling(spd, PRI, m)
|
||||
|
||||
% Objective : Calculating range offset [m] due to Target Motion during sweeps in a LFM signal
|
||||
|
||||
deltaR = -m * PRI * spd;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user