The Museum of HP Calculators


Antennas for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Antennas Solution Book. This program was entered and uploaded by Tony Duell.

This program is supplied without representation or warranty of any kind. Tony Duell, Hewlett Packard and The Museum of HP Calculators therefore assume no responsibility and shall have no liability, consequential or otherwise, of any kind arising from the use of this program material or any part thereof.

Documentation Information (CD or source code)
How to get this Program to your Calculator (via HP-IL, disk, wand, and fingers)
Download Binary (.raw) program for disk or PC HP-IL Card download
Download Hexadecimal (.dat) program for Serial Port download

Program Listing

LINE  KEYS
 01 LBL "BEAM"
 02 CF 01
 03 GTO 00
 04 LBL "H-L"
 05 SF 01
 06 LBL 00
 07 FIX 02
 08 180
 09 PI
 10 /
 11 1.4
 12 *
 13 STO 01
 14 "L?"
 15 FS? 01
 16 "BWV?"
 17 PROMPT
 18 STO 03
 19 "H?"
 20 FS? 01
 21 "BWH?"
 22 PROMPT
 23 STO 02
 24 "WAV. L?"
 25 PROMPT
 26 STO 08
 27 RCL 03
 28 /
 29 RCL 01
 30 *
 31 "BWH="
 32 FS? 01
 33 "H="
 34 ARCL X
 35 AVIEW
 36 STOP
 37 RCL 01
 38 RCL 02
 39 /
 40 RCL 08
 41 *
 42 "BWV="
 43 FS? 01
 44 "L="
 45 ARCL X
 46 AVIEW
 47 STOP
 48 LBL "AREA"
 49 CF 01
 50 GTO 00
 51 LBL "GAIN"
 52 SF 01
 53 LBL 00
 54 "G?"
 55 FS? 01
 56 "Ae?"
 57 PROMPT
 58 STO 06
 59 "WAV. L?"
 60 PROMPT
 61 ENTER
 62 *
 63 RCL 06
 64 FS? 01
 65 GTO 00
 66 10
 67 /
 68 10^X
 69 *
 70 4
 71 /
 72 PI
 73 /
 74 "AREA="
 75 ARCL X
 76 AVIEW
 77 STOP
 78 LBL 00
 79 4
 80 *
 81 PI
 82 *
 83 /
 84 1/X
 85 LOG
 86 10
 87 *
 88 "G="
 89 ARCL X
 90 AVIEW
 91 STOP
 92 END

Go back to the HP-41 software library
Go back to the general software library
Go back to the main exhibit hall