Pop-Up Thingie
Sidebar
Digital Distortion
Home
Forum
Files
Web Monitor
Dark
Log in
Username
Password
Sidebar
Forum
DOVE-Net
Programming
half wave dipole python script
From
Kb3pml
@VERT/RDOMENTR to
All
on Wed Mar 3 14:01:33 2021
0
0
#
# Calculate the dimensions of and the resonant frequency of
# a half-wave dipole's antenna elements
#
# 468
# F = ------------
# L
#
# 468
# L = ------------
# F
#
#def frequency(length):
# return 468/length
#
#def length(frequency):
# return 468/frequency
#
menuSelect = ''
print("\n")
print("Half-Wave Dipole Calculations\n")
#
invalidMenu = False
while invalidMenu == False:
print("\n")
print("[F] --- Calculate resonant frequency from length")
print("[L] --- Calculate length from resonant frequency")
print("[Q] --- Quit")
menuSelect = input("Select: ")
menuSelect = menuSelect.lower()
#
if (menuSelect == 'f' or menuSelect == 'l' or menuSelect == 'q'):
invalidMenu = True
else:
print("Please select a valid menu entry...")
#
# print(menuSelect)
#
if (menuSelect == 'q'):exit
elif (menuSelect == 'f'):
l = input("Enter dipole's length in feet: ")
print("Resonant frequency: {0} MHz".format(468/float(l)))
#
elif (menuSelect == 'l'):
f = input("Enter dipole's resonant frequency in MHz: ")
print("Length: {0} feet".format(468/float(f)))
else:
print("ERROR")
exit
---
■ Synchronet ■ Radio Mentor BBS - bbs.radiomentor.org
Web-based telnet client
Other Links
What is a BBS?
Doors installed on this BBS
Digital Distortion Doors & Tools
Door stats
Trivia scores
Message networks
Terminal software
Synchronet archiver setup
Ready.gov anti-terrorist guidelines as of 2003
Other services
Telnet
RLogin
IRC
Email & news access
Feel free to
send me an email
.
BBS UPS stats
Who's Online
Recent Visitors
Wilmaxs
Wed Aug 16 04:20:48 2023
via
HTTP
Mariachilds
Fri Aug 11 02:57:26 2023
from
United states
via
HTTP
detibi8403
Sat Aug 5 04:44:08 2023
via
HTTP
cepefoh251
Wed Aug 2 01:21:39 2023
via
HTTP
System Info
Sysop:
Eric Oulashin
Location:
Beaverton, Oregon, USA
Users:
90
Nodes:
16 (
0
/
16
)
Uptime:
09:29:11
Calls:
5,073
Calls today:
5
Files:
8,491
Messages:
352,816