HP Forums

Full Version: (42) TETdB Calculation of an antenna gain level at angular position
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear All

Equation for (rough) calculation of an antenna normalized radiation pattern level at a certain angular position, based on a known pair of radiation pattern level at a specific angle; to be used with "HP Solver" built-in application.

Attachments:

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

- RAW format file (zip)

Code:

00 { 66-Byte Prgm }
01 LBL "TETdB"
02 MVAR "L1dB"
03 MVAR "TETL1"
04 MVAR "L2dB"
05 MVAR "TETL2"
06 RCL "L1dB"
07 RCL "TETL2"
08 X↑2
09 ×
10 RCL "L2dB"
11 RCL "TETL1"
12 X↑2
13 ×
14 -
15 END

Warm regards,
Reference URL's