HP Forums
(42S) RMS - Antenna gain decrease due to roughness of the reflector surface - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: General Software Library (/forum-13.html)
+--- Thread: (42S) RMS - Antenna gain decrease due to roughness of the reflector surface (/thread-19083.html)



(42S) RMS - Antenna gain decrease due to roughness of the reflector surface - Emilio Abud Filho - 11-05-2022 01:17 PM

Dear All

Program for solving the antenna gain decrease value due to deviation of the reflector surface from its required shape (roughness RMS), as a function of operating frequency; 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)

- RAW format file (zip)

Code:

00 { 64-Byte Prgm }
01 LBL "RMS"
02 MVAR "FREQ"
03 MVAR "RMS"
04 MVAR "dGdB"
05 4.1915845945ᴇ-8
06 RCL× "FREQ"
07 RCL× "RMS"
08 X↑2
09 E↑X
10 LOG
11 10
12 ×
13 RCL- "dGdB"
14 END

Warm regards,