home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / circuit / circuit.doc next >
Text File  |  1986-10-27  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                               AC CIRCUIT ANALYSIS
  8.  
  9.  
  10.          DESCRIPTION:
  11.  
  12.          AC CIRCUIT ANALYSIS will calculate the frequency response of
  13.          an electronic or electrical circuit consisting of resistors,
  14.          capacitors, inductors and current sources.  The circuit may
  15.          consist of up to 50 nodes and 100 components or branches.  A
  16.          linear or logarithmic frequency sweep with up to 25 intervals
  17.          may be selected.
  18.  
  19.          Magnitude and phase are computed for the output voltage
  20.          relative to the input voltage.  The input is always node # 1
  21.          and at a voltage level of 0 DB.  The output node number may
  22.          be selected when the circuit is analyzed.  Node 0 is always
  23.          the ground or common reference node.  The output node cannot
  24.          be 0.
  25.  
  26.          The program will allow you to:
  27.  
  28.               1.  Enter or add circuit data.
  29.               2.  Modify circuit data.
  30.               3.  Display the entered data.
  31.               4.  Print the entered data.
  32.               5.  Load circuit data from disk.
  33.               6.  Save circuit data to disk.
  34.               7.  Analyze circuit data.
  35.               8.  Clear circuit data from the computer memory.
  36.               9.  Display results (frequency response).
  37.              10.  Print results (frequency response).
  38.              11.  Exit to DOS.
  39.  
  40.          If the data is saved to disk before the circuit is analyzed,
  41.          only the circuit data will be saved.  If the data is saved
  42.          after the circuit has been analyzed, the circuit data and the
  43.          results (frequency response) will be saved.
  44.  
  45.          The program does not check if the filename already exists on
  46.          the disk.  A new filename will overwrite a filename with the
  47.          same name.
  48.  
  49.  
  50.          USER INSTRUCTIONS:
  51.  
  52.          The circuit should be drawn and nodes and circuit elements
  53.          (branches) should be numbered.  Components are identified as
  54.          follows:
  55.  
  56.               C    Capacitor with value in farads
  57.               R    Resistor with value in ohms
  58.               L    Inductor with value in henries
  59.               S    Current source with value in mhos.
  60.  
  61.  
  62.  
  63.          10/26/86
  64.          CIRCUIT.DOC                  Page 1
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.          Scientific notation may be used for circuit values.
  74.  
  75.          Active components such as transistors or operational
  76.          amplifiers must be converted to voltage controlled current
  77.          sources as follows.
  78.  
  79.               Transistor gm (mhos) = current gain / input impedance
  80.  
  81.                    Example:   gm = 100/1000 = 0.1
  82.  
  83.               Operational amplifier gm (mhos) =
  84.                            open loop voltage gain / output impedance
  85.  
  86.                    Example:   gm = 100,000/100 = 1000
  87.  
  88.          After entering the current source transconductance and the
  89.          current source nodes, the control nodes of V control will
  90.          have to be entered.  This would typically be the base of a
  91.          transistor and common or the input to an operational
  92.          amplifier and common.  Either the "Pos Node" or the "Neg
  93.          Node" can be zero.  The current source (gm * V control)
  94.          leaves the "From Node" and enters the "To Node".  Either the
  95.          "From Node" or the "To Node" can be zero.
  96.  
  97.          The program is menu driven and fairly simple to use.
  98.  
  99.          W. Rathke
  100.          214-255-3808
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.          10/26/86
  130.          CIRCUIT.DOC                  Page 2
  131.  
  132.  
  133.