PO_matlab
surface_normal_dish.m File Reference

Computes the unit normal vectors on a parabolic dish surface. More...

Functions

function surface_normal_dish (in rho, in phi, in f)

Detailed Description

Computes the unit normal vectors on a parabolic dish surface.

Given the radial and azimuthal coordinates on a parabolic dish, this function returns the corresponding normal vectors (x, y, z) in Cartesian components.

Parameters
rhoRadial coordinate [m]
phiAzimuthal angle [rad]
fFocal length of the paraboloid [m]
Return values
xX component of the unit normal vector
yY component of the unit normal vector
zZ component of the unit normal vector

Function Documentation

◆ surface_normal_dish()

function surface_normal_dish ( in rho,
in phi,
in f )