Initial Commit.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function [esti_ang_deg] = df_Phase_monopulse(ch1_phase, ch2_phase, ch_distance)
|
||||
|
||||
esti_ang_deg = asind((ch1_phase - ch2_phase) / 2 / pi / ch_distance);
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user