Post Reply 
(42) TETdB Calculation of an antenna gain level at angular position
11-12-2022, 12:46 AM
Post: #1
(42) TETdB Calculation of an antenna gain level at angular position
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,


Attached File(s)
.pdf  HP-42S Program Documentation Form - TETdB_v100.pdf (Size: 175.36 KB / Downloads: 8)
.zip  TETdBraw.zip (Size: 165 bytes / Downloads: 4)

Emilio Abud Filho
Mobile: +55 (41) 9 9172-1201
e.abud@uol.com.br
emilio.abud.filho@gmail.com
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)