上传文件至「Code/Matlab」

This commit is contained in:
david1465833828
2026-05-07 11:20:54 +08:00
commit eef503f34d
5 changed files with 145 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
function [a] = gen_a(theta, par)
a = exp(-1j*2*pi*par.delta_d*sind(theta)/par.labmda);
end