Gaussian beam power distribution

版本 1.0.0.0 (178.7 KB) 作者: Hugo Policarpo
Power distribution of a microwave Gaussian beam
533.0 次下载
更新时间 2017/12/7

查看许可证

A microwave beam density distribution on a surface P_beam (x,y) may be expressed as
P_beam (x,y)=P_tot (2/(pi*wx*wy)) exp⁡(-2(x^2/(wx^2 )+y^2/(wy^2 ))),
where, wx and wy are the characteristic dimensions of the microwave beam with a Gaussian distribution and P_tot is the total power of the beam.
The shape of the power beam isolines are in the form of ellipses defined as
(x/a)^2+(y/b)^2=1
where, x and y are the dimensions of the launcher mirror, in the x and y coordinates, respectively, and a and b represent the lengths of the semi-major axis and semi-minor axis, respectively, considering a > b.
Inputs:
Ptot=1E6; % Total power of the beam [W]
wx=62.9E-3; % Characteristic dimension of the beam %in the x coordinate[m]
wy=50E-3; % Characteristic dimension of the beam in %the y coordinate[m]
xmax=100.7E-3; % Dimension of the surface in the x %coordinate[m]
ymax=80E-3; % Dimension of the surface in the x %coordinate[m]
N=6; % Number of isoline divisions
Outputs:
P_beam (x,y) plot
Table (Isoline,a,b,Power)

引用格式

Hugo Policarpo (2024). Gaussian beam power distribution (https://www.mathworks.com/matlabcentral/fileexchange/65337-gaussian-beam-power-distribution), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Figure included