home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / LENA.ZIP / LE_APX_B.TXT < prev    next >
Text File  |  1994-01-31  |  5KB  |  133 lines

  1. .
  2.  
  3.  
  4.      APPENDIX B - EXAMPLE CIRCUIT
  5.      ============================
  6.  
  7.      Circuit file PHASER.LIN is a model of a voice-band audio phase shift 
  8.      network for a Single Sideband Transmitter Exciter.  Designed by Peter 
  9.      Martinez, G3PLX, it appeared in the English magazine, RADIO COMMUNICATION,
  10.      December 1973, p. 852, in the Technical Topics column hosted by Pat Hawker,
  11.      G3VA.  The circuit is intended to provide four outputs, each having 90
  12.      degree phase shift from one another.  With each output fed into one of four
  13.      mixers, each mixer also fed with an R.F. carrier of appropriate phase,
  14.      combinations of mixer outputs should be able to generate either an upper
  15.      sideband, suppressed carrier signal or a lower sideband, suppressed carrier
  16.      signal.  Amount of rejection of the unwanted sideband is inversely
  17.      proportional to the accuracy of the 90 degree phase differential.
  18.  
  19.      Several attempts were made to "draw" this circuit using ASCII characters.
  20.      None seemed satisfactory, but the following may show it.  Individual
  21.      numbers are nodes.  Resistor strings in order R1x-R2x-R3x-R4x-R5x-R6x
  22.      connected horizontally in each row, the 'x' denoting row A, B, C, or D.
  23.      All resistors are 5.6 K.  Capacitors are on the diagonal.  Zero-phase input
  24.      signal is at nodes 1 and 8, 180-degree phase input signal is at nodes 15
  25.      and 22.  Relative 90-degree outputs are at nodes 7, 14, 21, and 28.  Each
  26.      input node has a 300 Ohm resistor to ground, each output node has a 10
  27.      Megohm resistor to ground.
  28.  
  29.  
  30.             1    2    3    4    5    6    7      - A row
  31.              \    \    \    \    \    \
  32.               C1   C2   C3   C4   C5   C6        - capacitor "AB" group
  33.                 \    \    \    \    \    \
  34.       I     8    9   10   11   12   13   14      - B row
  35.       n      \    \    \    \    \    \
  36.       p       C1   C2   C3   C4   C5   C6        - capacitor "BC" group
  37.       u         \    \    \    \    \    \
  38.       t    15   16   17   18   19   20   21      - C row
  39.              \    \    \    \    \    \
  40.               C1   C2   C3   C4   C5   C6        - capacitor "CD" group
  41.                 \    \    \    \    \    \
  42.            22   23   24   25   26   27   28      - D row
  43.              \    \    \    \    \    \
  44.               C1   C2   C3   C4   C5   C6        - capacitor "DA" group
  45.                 \|   \|   \|   \|   \|   \|
  46.               (completed connections on row A)
  47.  
  48.      This circuit is very calculation-intensive due to all the diagonal
  49.      connections.  Using the Standard (non-coprocessor) version of LENA and
  50.      a 20 MHz 386SX computer, 140 frequencies took about 117 seconds for each
  51.      output node.  With the Numeric coprocessor version, 140 frequencies were
  52.      solved in only 21 seconds!  The solution at Node 7 is included as file
  53.      PHASER7.LNA in the program set.  Comparing solutions at nodes 14, 21, and
  54.      28 shows that adjacent output phase is within quadrature by 2 degrees from
  55.      500 Hz to 5 KHz.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                            LENA Appendix B - Page 1 of 2
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      This is a special case for analysis-solution where _phase_ is the
  71.      important criterion.  There is no easy way to output phase error between
  72.      nodes, other than by a tabulation or graphical equivalent at each node.  It
  73.      is possible to add to the circuit, using transconductance-specified
  74.      dependent current sources, to see differences.  Adding the following
  75.      branches to PHASER.CIR:
  76.  
  77.         61  GMS       29    0     1.0000  mho    Dep.Br.# 15, R7
  78.         62  GMS       29    0     1.0000  mho    Dep.Br.# 22, R8
  79.         63  R-SUM1    29    0     1.0000  Ohm
  80.         64  GMS       30    0     1.0000  mho    Dep.Br.# 29, R9
  81.         65  GMS       30    0     1.0000  mho    Dep.Br.# 36, R10
  82.         66  R-SUM2    30    0     1.0000  Ohm
  83.  
  84.      ...creates a new Node 29 which has a "45 degree" phase (vector sum of
  85.      voltages at Nodes 7 and 14), and a new Node 30 which has a "225 degree"
  86.      phase (vector sum of voltages at Nodes 21 and 28).  Two more GMSs and
  87.      another summing resistor, a new node (31), GMSs dependent on the
  88.      above-listed summing resistors, will show the vector addition of the "45"
  89.      and "225" phases...or vector subtraction if the node ordering is reversed
  90.      or transconductance made negative in the second added GMS.
  91.  
  92.      There are many combinations of measurement-observation additions possible.
  93.      Dependent current sources allow a variety of no-disturbance monitoring.
  94.  
  95.         Note:  These "polyphase" networks have appeared in several papers
  96.         in the IEEE Circuits and Systems Transactions of the late seventies
  97.         and early eighties.
  98.  
  99.      It is possible to re-arrange the node ordering versus connection points in
  100.      the circuit to slightly reduce solution time, but this is difficult with
  101.      more complex circuit arrangements.  It is usually better to translate a
  102.      schematic to circuit list as it appears; this permits better understanding
  103.      of the written (versus schematic) versions of the same circuit at a later
  104.      time.
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                       LENA Appendix B - Page 2 of 2
  128.  
  129.  
  130.  
  131. .1/31/94
  132.  
  133.