HP Forums
(42) TETdB Calculation of an antenna gain level at angular position - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: General Software Library (/forum-13.html)
+--- Thread: (42) TETdB Calculation of an antenna gain level at angular position (/thread-19120.html)



(42) TETdB Calculation of an antenna gain level at angular position - Emilio Abud Filho - 11-12-2022 12:46 AM

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,