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