Post Reply 
(42) D2L - Minimum far field distance for antenna test range
11-14-2022, 10:43 PM
Post: #1
(42) D2L - Minimum far field distance for antenna test range
Dear All

Calculating the minimum far field distance for antenna test range, based on antenna aperture size and operation 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)

- Source code in RAW format file (zip)

Code:

00 { 54-Byte Prgm }
01▸LBL "D2L"
02 MVAR "FREQ"
03 MVAR "DIAM"
04 MVAR "DIST"
05 RCL "DIAM"
06 X↑2
07 RCL "FREQ"
08 ×
09 1499ᴇ5
10 ÷
11 RCL "DIST"
12 -
13 END

Warm regards,


Attached File(s)
.zip  D2Lraw_v100.zip (Size: 173 bytes / Downloads: 4)
.pdf  HP-42S Program Documentation Form - D2L_v100.pdf (Size: 208.09 KB / Downloads: 9)
.xlsx  HP-42S Program Documentation Form - D2L_v100.xlsx (Size: 67.24 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)