上传文件至「Graduation Design Matlab」

This commit is contained in:
david1465833828
2026-04-26 13:25:10 +08:00
parent e9e142203e
commit 7944dfaa4b
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