home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / eepub01 / page19a < prev    next >
Text File  |  1986-08-29  |  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.          O--##########                 ELEMENT          PARAMETER
  14.             Zoe=77.67 Zoo=38.04       TYPE  NUM    #1      #2      #3
  15.             ###################     1  CPL  1    77.67   38.04   2
  16.             Zoe=56.17 Zoo=45.06     2  CPL  2    56.17   45.06   2
  17.             ###################     3  CAS  3    1       2
  18.             Zoe=56.17 Zoo=45.06     4  IMA  4    3
  19.             ###################     5  CAS  5    3       4
  20.             Zoe=77.67 Zoo=38.04     6  END  5
  21.                      ##########--O
  22.  
  23.          The bandpass performance of this filter, from 1.8 GHz to
  24.     2.2 GHz in .05 GHz steps, is found to be:
  25.  
  26.                        FREQ     S11     S21     S12     S22 
  27.                       in GHz   in dB   in dB   in dB   in dB
  28.                       1.8     -0.07   -18.16  -18.16  -0.07
  29.                       1.85    -0.36   -10.95  -10.95  -0.36
  30.                       1.9     -2.97   -3.05   -3.05   -2.97
  31.                       1.95    -17.63  -0.08   -0.08   -17.63
  32.                       2       -153.3  0       0       -153.3
  33.                       2.05    -17.63  -0.08   -0.08   -17.63
  34.                       2.1     -2.97   -3.05   -3.05   -2.97
  35.                       2.15    -0.36   -10.95  -10.95  -0.36
  36.                       2.2     -0.07   -18.16  -18.16  -0.067
  37.  
  38.          Note that this is only one way of describing the filter.
  39.     We could have chosen to use the EQU command as in the previous
  40.     example, and simply make the third pair of coupled lines equal
  41.     to the second, and the fourth equal to the first.  This, how-
  42.     ever, would have required three cascades per frequency, where-
  43.     as we have obtained the same results here using only two. 
  44.     When execution time is important, little things like this can
  45.     make a difference, particularly during optimization.
  46.  
  47.          C.  DEVICE MODELLING
  48.  
  49.          Every once in a while, a device is encountered which is
  50.     not characterized in any two-port parameters at all.  A good
  51.     example of this is the J309 J-FET, which we will be using in
  52.     later examples.  Before we use this device in any circuits,
  53.  
  54.  
  55.  
  56.                                     - 19A -
  57.