PO_matlab
surface_dish.m File Reference

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

Functions

function surface_dish (in f, in d, in resolution)

Detailed Description

Generates the surface mesh of a parabolic dish.

Computes the 3D coordinates (X, Y, Z) of a parabolic reflector given its focal length, diameter, and grid resolution. The output is suitable for visualization or further geometric processing.

Parameters
fFocal length of the paraboloid [m]
dDiameter of the dish [m]
resolutionNumber of sampling points along rho and phi
Return values
XMeshgrid of X coordinates
YMeshgrid of Y coordinates
ZMeshgrid of Z coordinates

Function Documentation

◆ surface_dish()

function surface_dish ( in f,
in d,
in resolution )