HP Forums

Full Version: (42S) RMS - Antenna gain decrease due to roughness of the reflector surface
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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,
Reference URL's