home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / antenna / ant_08 / amsoft.iii next >
Text File  |  1997-02-01  |  3KB  |  112 lines

  1.              WELCOME TO THE K2TV ANTENNA CALCULATOR
  2.                    copr 1988, Robert W. Myers
  3.  
  4.      This  program  will calculate the length of a  quarter  wave 
  5. vertical,  five  eighths wave vertical, half wave  dipole,  or  a 
  6. multiband windom antenna and give the results in feet and inches. 
  7. To  start the program type <antenna> and push the <enter> key  on 
  8. your keyboard.  An opening screen will come up and after  reading 
  9. the screen push the <enter> key again, a menu will come up asking 
  10. which type of antenna you would like to have measurements for and 
  11. what  is  the desired frequency.  It is important  to  enter  the 
  12. frequency  in MegaHertz; for instance if you wanted to  calculate 
  13. the  frequency  of a windom antenna for the middle of  the  forty 
  14. meter  novice  band,  select  <D> and  enter  <7.125>  and  press 
  15. <enter>.   You will get the results in feet and inches  with  the 
  16. offset  feed  point  also calculated.  Be  careful  to  make  all 
  17. entries  in  decimal numbers, for example: 7.250,  144.5,  28.475 
  18. etc.   If  you  make  any calculations  for  antennas  below  one 
  19. MegaHertz,  enter a zero before the decimal point,  for  example: 
  20. 0.880, 0.375, 0.640, etc.
  21.  
  22.      I have tried the program at various frequencies and it seems 
  23. to  be  accurate for most Amateur Radio bands up to  six  meters.
  24. The calculations are rounded off to the nearest inch which should 
  25. provide  an accuracy that is good enough for the construction  of 
  26. a practical Amateur Radio antenna installation. The formulas used 
  27. for  the  calculations in this program are the  standard  antenna 
  28. formulas  that  can be found in any source on  antennas.  Further 
  29. information about the antennas calculated in this program may  be 
  30. found  in the ARRL "Antenna Handbook" or the ARRL "Amateur  Radio 
  31. Handbook" published by The American Radio Relay League, 225  Main 
  32. Street, Newington, CT 06111.
  33.  
  34.      The intent of this program was two fold, first to give me  a 
  35. chance to practice my Pascal programming and second to provide  a 
  36. simple  program  for those that may be  interested  in  designing 
  37. antennas,  especially when trying to play "what if" in trying  to 
  38. find  an antenna to fit a given space.  You may freely  copy  and 
  39. give  away  this  program to others as long  as  the  program  is 
  40. accompanied by this ANTENNA.DOC file and I would hope that it may 
  41. be of use to the Ham Radio community.
  42.  
  43.      There is no Warranty for this program or its use, implied or 
  44. otherwise.  You use it at your own risk and the author cannot  be 
  45. held  liable  for any damages from its use or problems  that  may 
  46. come  about from its use or misuse.  Please feel free to  contact 
  47. me with any suggestions or comments about this program, so that I 
  48. may make future revisions.
  49.  
  50.                                    Robert W. Myers, K2TV
  51.                                    317 Kensington ct;
  52.                                    Copiague, New York 11726
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. 
  112.