The Museum of HP Calculators


Radar Antenna Beamwidth and Gain 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 "REC"
 02 CF 01
 03 GTO A
 04 LBL "CIR"
 05 SF 01
 06 LBL A
 07 FIX 02
 08 "FREQ.?"
 09 PROMPT
 10 299.8
 11 X<>Y
 12 /
 13 STO 01
 14 "X?"
 15 FS? 01
 16 "d?"
 17 PROMPT
 18 FS? 01
 19 STOP
 20 "Y?"
 21 PROMPT
 22 STOP
 23 LBL "U"
 24 FS? 01
 25 GTO 01
 26 51
 27 GTO E
 28 LBL 01
 29 58.4
 30 GTO E
 31 LBL C
 32 FS? 01
 33 GTO 02
 34 68
 35 GTO E
 36 LBL 02
 37 76
 38 GTO E
 39 LBL H
 40 FS? 01
 41 GTO 03
 42 74.5
 43 GTO E
 44 LBL 03
 45 80
 46 LBL E
 47 RCL 01
 48 *
 49 STO 02
 50 X<>Y
 51 /
 52 STO 03
 53 FS? 01
 54 GTO 09
 55 RDN
 56 RCL 02
 57 X<>Y
 58 /
 59 RCL 03
 60 X<>Y
 61 "BWX="
 62 ARCL X
 63 AVIEW
 64 STOP
 65 X<>Y
 66 LBL 08
 67 "BWY="
 68 FS? 01
 69 "BW="
 70 ARCL X
 71 AVIEW
 72 STOP
 73 *
 74 27 E3
 75 X<>Y
 76 /
 77 LOG
 78 10
 79 *
 80 "G="
 81 ARCL X
 82 AVIEW
 83 STOP
 84 LBL 09
 85 ENTER
 86 GTO 08
 87 END

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