home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / afcalc.zip / AFCALC.DOC < prev    next >
Text File  |  1995-07-31  |  1KB  |  35 lines

  1. _____________________________________________________________________
  2.          
  3.              AFCALC a program to calculate Antenna Factor
  4.                      Copyright August 1, 1995
  5.                          by James Eagleson
  6. _____________________________________________________________________
  7.  
  8.   AFCALC was written in Turbo C by Jim Eagleson, WB6JNN/9 to aid
  9.  in working out FCC related measurements when performing Part 15
  10.  certifications as well as making antenna evaluation measurements.
  11.  
  12.   The basic formula for determining Antenna Factor is:
  13.  
  14.                 AF = 20*LOG(FR/(30.82*SQRT(GR)))
  15.  
  16.                 Where:
  17.  
  18.                   AF = Antenna Factor.
  19.                   FR = Frequency in MHz.
  20.                   GR = Gain Ratio of Antenna
  21.                        relative to isotropic.
  22.  
  23.                   GR = 10^(GA/20)
  24.                        
  25.                        (GA = Gain of Antenna(dBi)
  26.  
  27.   The author of AFCALC also has a program dealing with Field Strength
  28.   (FSCALC) which calculates dBuV/m, uV/m, Path Loss, Antenna Factor,
  29.   and other items commonly used for Field and Antenna measurements.
  30.  
  31.                         James Eagleson, WB6JNN/9
  32.                          W271 N732 Jill's Drive
  33.                           Waukesha, WI 53188
  34.   ___________________________________________________________________
  35.