home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / rf4 / mstrip.doc < prev    next >
Text File  |  1979-12-31  |  2KB  |  29 lines

  1.      MSTRIP.* - This program allows the user to enter
  2. data measured from a piece of double-sided copper-clad PC
  3. board (ie. capacitance measured between the two sides and
  4. physical dimensions).  Using this data, the program computes
  5. an effective permitivity for the dielectric.  The user can
  6. then go into another section of the program and find widths
  7. of microstrip lines of given impedences using the entered and
  8. computed data.
  9.  
  10.      The equations used in this program were taken from
  11. "Synthesize and Analyze Microstrip Lines", Microwaves and RF
  12. magazine, Jan 1985, pgs.  111-116 and the book Physics
  13. by Halliday and Resnick.  Other articles also discuss this
  14. technique of finding the relative permitivity.
  15.  
  16.      The scenerio for use is: an engineer wants to do some
  17. design work involving microstrip.  He obtains a rectangular
  18. piece of double-sided copper-clad circuit board, hopefully
  19. labelled with the appropriate design data needed (relative
  20. permittivity, dielectric thickness, etc).  In any case, the
  21. engineer measures the capacitance between the two plates,
  22. then takes measurements of the physical size and dielectric
  23. thickness of the board.  Entering the appropriate data when
  24. prompted, this program will generate a value for the relative
  25. permittivity of the dielectric.  The operator can use this
  26. data in the same program to design microstrip lines of
  27. various characteristic impedences.
  28.  
  29.