HP Forums
(42) TOE=RL Converting Antenna VSWR <> Antenna Return Loss (dB) - 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) TOE=RL Converting Antenna VSWR <> Antenna Return Loss (dB) (/thread-19116.html)



(42) TOE=RL Converting Antenna VSWR <> Antenna Return Loss (dB) - Emilio Abud Filho - 11-10-2022 09:17 PM

Dear All

Program for converting Antenna VSWR <> Antenna Return Loss (dB); 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 { 45-Byte Prgm }
01 LBL "TOE=RL"
02 MVAR "TOE"
03 MVAR "PRL"
04 1
05 RCL "PRL"
06 ABS
07 +/-
08 20
09 ÷
10 10↑X
11 +
12 1
13 LASTX
14 -
15 ÷
16 RCL- "TOE"
17 END

Warm regards,