Refactoring
This commit is contained in:
4
Matlab/bessel.m
Normal file
4
Matlab/bessel.m
Normal file
@@ -0,0 +1,4 @@
|
||||
% Bessel beam
|
||||
function b = bessel(r, r_max, w0, P)
|
||||
b = bessel_peak(r_max, w0, P) * besselj(0, 2.405/w0 * r).^2;
|
||||
end
|
||||
Reference in New Issue
Block a user