Post Reply 
(42) BATI - Calc. the distance between 2 discontinuities in the transmission line
11-13-2022, 06:02 PM (This post was last modified: 11-13-2022 06:04 PM by Emilio Abud Filho.)
Post: #1
(42) BATI - Calc. the distance between 2 discontinuities in the transmission line
Dear All

Program to calculate the distance between two discontinuities in the transmission line, based on the difference in Hz between 2 similar resonant frequencies found in the return loss diagram; 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)

- Source code in RAW format file (zip)

Code:

00 { 59-Byte Prgm }
01 LBL "BATI"
02 MVAR "DFREQ"
03 MVAR "Er"
04 MVAR "Ur"
05 MVAR "DIST"
06 1499ᴇ5
07 RCL÷ "DFREQ"
08 RCL "Er"
09 RCL× "Ur"
10 SQRT
11 ÷
12 RCL- "DIST"
13 END

Warm regards,


Attached File(s)
.zip  BATIraw_v100.zip (Size: 182 bytes / Downloads: 4)
.pdf  HP-42S Program Documentation Form - BATI_v100.pdf (Size: 206.94 KB / Downloads: 7)
.xlsx  HP-42S Program Documentation Form - BATI_v100.xlsx (Size: 83 KB / 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)