HP Forums

Full Version: (42) TOE=RL Converting Antenna VSWR <> Antenna Return Loss (dB)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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,
Reference URL's