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

  1.     10 being a reasonable starting point.
  2.          Now, we return to the network editor and retrieve (or
  3.     rewrite) the lowpass filter that we analyzed earlier.  Then,
  4.     we come back to the optimization section.  When selecting the
  5.     elements for inclusion in the optimization table, it is not
  6.     possible to select certain elements such as OPN, SHT, ONE,
  7.     TWO, IMP, and IMS, and none of the interconnections or trans-
  8.     formations, as variables.  Doing so will illicit an error mes-
  9.     sage from the program.  Also, the parameter number selected
  10.     is checked against the number of parameters for that element.
  11.     Selecting inappropriate parameter numbers will also result in
  12.     an error message.
  13.          In this example, we will select all three elements as
  14.     variables for optimization.  We do this by selecting the ADD
  15.     option from the menu, entering the element number, and then
  16.     the parameter number, which in all three cases here is one.
  17.     Our listing should look like this:
  18.  
  19.                        ELEMENT    PARAMETER     GRADIENT
  20.                       TYPE  NUM  NUM   VALUE
  21.                     1  CPP   1    1   1.967
  22.                     2  INS   2    1   12.875
  23.                     3  CPP   3    1   6.366
  24.          
  25.              For the sake of curiosity, let's do a sensitivity analy-
  26.     sis of our network.  Upon return, we observe the following:
  27.  
  28.                        ELEMENT    PARAMETER     GRADIENT
  29.                       TYPE  NUM  NUM   VALUE
  30.                     1  CPP   1    1   1.967     -163.439
  31.                     2  INS   2    1   12.875    9.968
  32.                     3  CPP   3    1   6.366     72.048
  33.  
  34.                     ITERATION #0  ERROR = 125.9
  35.  
  36.          We can now proceed right into the optimization procedure
  37.     by selecting option 5.  The program now asks if hard copies of
  38.     the intermediate results are desired.  This is optional.  Next,
  39.     we are asked for the number of random moves desired.  Since
  40.     this is a very simple problem, we will not require any random
  41.     searches, so we enter 0.  The final result of all this is:
  42.  
  43.                        ELEMENT    PARAMETER      GRADIENT
  44.                       TYPE  NUM  NUM   VALUE
  45.                     1  CPP   1    1   3.341      -3.631
  46.                     2  INS   2    1   13.646     0.259
  47.                     3  CPP   3    1   6.007      0.374
  48.  
  49.                     ITERATION #38  ERROR = 0.24
  50.  
  51.          This is quite an improvement.  Notice that the first ele-
  52.     ment made the most dramatic amount of change, whereas the sec-
  53.  
  54.          
  55.    
  56.                                   - 31 -
  57.