home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / design5 / inductor.doc < prev    next >
Encoding:
Text File  |  1979-12-31  |  2.0 KB  |  34 lines

  1.      INDUCTOR.* - This is a general-purpose inductor design
  2. program.  It handles air-core and toroidal inductors and
  3. contains routines to allow the user to transform an air-core
  4. inductor into a toroidal inductor and visa versa.  The air-
  5. core inductor equations are from the Radio Amatuer's Handbook
  6. while the toroidal equations are from the Micrometals catalog
  7. #3; RF applications.  Contact Micrometals at 1190 N. Hawk
  8. Circle; Anaheim, CA   92807.  As far as I can tell, this data
  9. is the same as the Amidon toroid data given in the Radio
  10. Amatuer's Handbook.
  11.  
  12.      For air-core inductors, the user enters the desired
  13. inductance and approximate physical dimensions of the
  14. inductor needed.  The program will then calculate the number
  15. of turns required.  By trial and error, the user can soon
  16. home in on an inductor which is the proper physical size.
  17.  
  18.      For toroidal inductors, the user again enters the
  19. desired inductance along with the uH/100 turns figure given
  20. in the Micrometals product catalog.  The program again
  21. computes the number of turns required and allows the user to
  22. change whatever variable needed.
  23.  
  24.      There are also two verify options for toroidal and
  25. cylindrical inductors.  The user enters the physical
  26. dimensions of the inductor (length, diameter and # of turns
  27. for the cylindrical case; # of turns and core permeability
  28. for the toroidal case) and the program computes the resulting
  29. inductance.  The user is then allowed to twiddle with
  30. parameters to reach his design goal.
  31.  
  32.      The program is menu-driven and fairly easy to use.
  33.  
  34.