HP Forums

Full Version: (42) BORDA - Edge illumination angle equation for an on-axis parabolic antenna
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear All

Solving the simple edge illumination angle equation for an on-axis parabolic reflector antenna, (the angle seen from its focal point or feeder phase center); to be used with "HP Solver" built-in application.

Attachments:

- Program documentation, including example, math equations, how to use explanations, source code, etc; (xlsx and pdf)

- Source code in RAW format file (zip)

Code:

00 { 43-Byte Prgm }
01 LBL "BORDA"
02 MVAR "F/D"
03 MVAR "BORDA"
04 DEG
05 0.25
06 RCL÷ "F/D"
07 ATAN
08 2
09 ×
10 RCL- "BORDA"
11 END

Warm regards,
Reference URL's