Gaussian beam power distribution

Power distribution of a microwave Gaussian beam
558 download
Aggiornato 7 dic 2017

Visualizza la licenza

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)

Cita come

Hugo Policarpo (2025). Gaussian beam power distribution (https://it.mathworks.com/matlabcentral/fileexchange/65337-gaussian-beam-power-distribution), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Interpolation in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Figure included