home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / eepub01 / page19 < prev    next >
Text File  |  1983-10-04  |  3KB  |  57 lines

  1.              b.  BANDPASS FILTER
  2.  
  3.          A common structure in microwave design is the edge-coup-
  4.         led bandpass filter, either in microstrip or stripline.  We
  5.         can easily model such circuits with the CPL element.  Here, we
  6.     shall construct only half of the filter, then utilize the IMA
  7.     (image) transformation to obtain the other half, joining the
  8.     two to form a complete filter.  This is a good technique for
  9.     decreasing execution time.  For our example, we will consider
  10.     a 3-pole filter having a bandwidth of 200 MHz and a center
  11.     frequency of 2 GHz.
  12.  
  13.                                        ELEMENT          PARAMETER
  14.                                       TYPE  NUM    #1      #2      #3
  15.                                     1  CPL  1    77.67   38.04   2
  16.                                     2  CPL  2    56.17   45.06   2
  17.                                     3  CAS  3    1       2
  18.                                     4  IMA  4    3
  19.                                     5  CAS  5    3       4
  20.                                     6  END  5
  21.  
  22.          The bandpass performance of this filter, from 1.8 GHz to
  23.     2.2 GHz in .05 GHz steps, is found to be:
  24.  
  25.                        FREQ     S11     S21     S12     S22 
  26.                       in GHz   in dB   in dB   in dB   in dB
  27.                       1.8     -0.07   -18.16  -18.16  -0.07
  28.                       1.85    -0.36   -10.95  -10.95  -0.36
  29.                       1.9     -2.97   -3.05   -3.05   -2.97
  30.                       1.95    -17.63  -0.08   -0.08   -17.63
  31.                       2       -153.3  0       0       -153.3
  32.                       2.05    -17.63  -0.08   -0.08   -17.63
  33.                       2.1     -2.97   -3.05   -3.05   -2.97
  34.                       2.15    -0.36   -10.95  -10.95  -0.36
  35.                       2.2     -0.07   -18.16  -18.16  -0.067
  36.  
  37.          Note that this is only one way of describing the filter.
  38.     We could have chosen to use the EQU command as in the previous
  39.     example, and simply make the third pair of coupled lines equal
  40.     to the second, and the fourth equal to the first.  This, how-
  41.     ever, would have required three cascades per frequency, where-
  42.     as we have obtained the same results here using only two. 
  43.     When execution time is important, little things like this can
  44.     make a difference, particularly during optimization.
  45.  
  46.          C.  DEVICE MODELLING
  47.  
  48.          Every once in a while, a device is encountered which is
  49.     not characterized in any two-port parameters at all.  A good
  50.     example of this is the J309 J-FET, which we will be using in
  51.     later examples.  Before we use this device in any circuits,
  52.  
  53.  
  54.  
  55.  
  56.                                     - 19 -
  57.