PO_matlab
surface_rim.m File Reference

Generates the surface mesh of the rim extension of a parabolic dish. More...

Functions

function surface_rim (in f, in d, in R, in alpha, in t_res, in phi_res)

Detailed Description

Generates the surface mesh of the rim extension of a parabolic dish.

Computes the 3D coordinates (X, Y, Z) of a circular rim added to the outer edge of a parabolic reflector, given geometric parameters and sampling resolutions.

Parameters
fFocal length of the paraboloid [m]
dDiameter of the parabolic dish [m]
RRadius of the circular rim [m]
alphaAngular extent of the rim [rad]
t_resResolution of sampling along the t-parameter
phi_resResolution of sampling along the azimuthal direction
Return values
XMeshgrid of X coordinates
YMeshgrid of Y coordinates
ZMeshgrid of Z coordinates

Function Documentation

◆ surface_rim()

function surface_rim ( in f,
in d,
in R,
in alpha,
in t_res,
in phi_res )