HP Forums

Full Version: (42) D2L - Minimum far field distance for antenna test range
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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,
Reference URL's