Refactoring

This commit is contained in:
2023-03-20 22:50:56 +04:00
parent 8958bf5204
commit 74231472c9
32 changed files with 240 additions and 201 deletions

3
Matlab/qs_z_factor.m Normal file
View File

@@ -0,0 +1,3 @@
function factor = qs_z_factor(r, z, n1, n2, Rsp, focus)
factor = qs_avg_factor(th_i_z(r, z, Rsp, focus), n1, n2) .* cos(phi_i(r, focus));
end