home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / maxfltr1 / main.hlp < prev    next >
Text File  |  1988-03-03  |  12KB  |  210 lines

  1. uP PROGRAMMABLE FILTERS:          MAX260          MAX261         MAX262
  2. -----------------------------------------------------------------------------
  3. Filter type                       Universal       Universal      Universal
  4. -----------------------------------------------------------------------------
  5. Clock/Center freq ratio, approx   100-200         100-200        40-140
  6. CLK/fc ratio - Mode 2 only        71-142          71-142         28-100
  7. -----------------------------------------------------------------------------
  8. Max Center Frequency              7.5 KHz         30 KHz         75 KHz
  9. for Q > 8
  10. -----------------------------------------------------------------------------
  11. Q Register ( A,B independent )    7 bits          7 bits         7 bits
  12. -----------------------------------------------------------------------------
  13. Clock Ratio Register              6 bits          6 bits         6 bits
  14. ( A and B independent )
  15. -----------------------------------------------------------------------------
  16. Independent A,B mode selection    Yes             Yes            Yes
  17. -----------------------------------------------------------------------------
  18. Independent A and B Clock         Yes             Yes            Yes
  19. -----------------------------------------------------------------------------
  20. Uncommitted op amps               None            1              1
  21. -----------------------------------------------------------------------------
  22. Crystal or RC Clock               Yes             Yes            Yes
  23. -----------------------------------------------------------------------------
  24. ***
  25. PIN PROGRAMMABLE FILTERS:                MAX 263              MAX264
  26. -----------------------------------------------------------------------------
  27. Filter type                              Universal            Universal
  28. -----------------------------------------------------------------------------
  29. Clock/Center Freq. Ratio                 100-200              40-140
  30. CLK/fc Ratio - Mode 2 only               71-142               28-100
  31. -----------------------------------------------------------------------------
  32. Max Center Frequency for Q > 8           30 KHz               75 KHz
  33. for high Q
  34. -----------------------------------------------------------------------------
  35. Q Register ( A,B same value )            7 bits                7 bits
  36. -----------------------------------------------------------------------------
  37. Clock Ratio Register                     5 bits                5 bits
  38. ( A and B same value )
  39. -----------------------------------------------------------------------------
  40. Independent A and B mode selection       No                    No
  41. -----------------------------------------------------------------------------
  42. Independent A and B Clock                Yes                   Yes
  43. -----------------------------------------------------------------------------
  44. Crystal or RC Clock                      Yes                   Yes
  45. -----------------------------------------------------------------------------
  46. ***
  47. RESISTOR PROGRAMMABLE FILTERS:           MAX 265              MAX266
  48. -----------------------------------------------------------------------------
  49. Filter type                              Universal            Universal
  50. -----------------------------------------------------------------------------
  51. Clock/Center freq. Ratio                 100-200              40-140
  52. ( Can be changed with resistors )
  53. -----------------------------------------------------------------------------
  54. Max Center Frequency for Q > 8           30 KHz               75 KHz
  55. -----------------------------------------------------------------------------
  56. Q Setting ( A,B independent )      Set with resistors   Set with resistors
  57. -----------------------------------------------------------------------------
  58. Clock ratio pin setting,                 6 bits                6 bits
  59. same both sides, further
  60. independently modifiable with resistors
  61. -----------------------------------------------------------------------------
  62. Independent A and B Clock                Yes                   Yes
  63. -----------------------------------------------------------------------------
  64. Uncommitted op amps                      2                     2
  65. -----------------------------------------------------------------------------
  66. On-chip crystal or RC oscillator         Yes                   Yes
  67. -----------------------------------------------------------------------------
  68. ***
  69. PROGRAMMABLE BANDPASS FILTERS:        MAX 267              MAX268
  70. -----------------------------------------------------------------------------
  71. Filter type                           Bandpass only        Bandpass only
  72. -----------------------------------------------------------------------------
  73. Clock/Center Freq. Ratio              100-200              40-140
  74. -----------------------------------------------------------------------------
  75. Max Center Frequency for Q > 8        30 KHz               75 KHz
  76. -----------------------------------------------------------------------------
  77. Q Register ( A and B Same Value )     7 bits                7 bits
  78. -----------------------------------------------------------------------------
  79. Clock Ratio Register                  5 bits                5 bits
  80. ( A and B Same Value )
  81. -----------------------------------------------------------------------------
  82. Uncommitted op amps                   1                     1
  83. -----------------------------------------------------------------------------
  84. Crystal or RC Clock                   Yes                   Yes
  85. -----------------------------------------------------------------------------
  86. ***
  87.  
  88.                   THE FEATURES OF THIS PROGRAM
  89. -----------------------------------------------------------------------------
  90. Program PZ    Given the type of filter ( Chebyshev, Butterworth, elliptic ),
  91.               cutoff or center frequency, passband ripple, Q, atttenuation,
  92.               PZ will calculate the center frequencies , Q's, zeros and the
  93.               number of stages needed.
  94. -----------------------------------------------------------------------------
  95. Program RP    For devices which use resistor programming, RP will calculate
  96.               the values of the resistors, given the specs of the individual
  97.               first or second order stages, worked out by PZ.
  98. -----------------------------------------------------------------------------
  99. Program RPCHECK   Given any set of programming resistors, the clock ratio and
  100.               clock frequency, RPCHECK will calculate the actual performance
  101.               of a stage for all of the modes. This might be used to test the
  102.               sensitivity to resistor tolerances of a design out of RP.
  103. -----------------------------------------------------------------------------
  104. Program MPP   For digitally programmed filters MPP outputs the proper
  105.               programming codes and describes the performance of the design
  106.               when given the filter center frequencies and Q's.
  107. -----------------------------------------------------------------------------
  108. ***
  109. -----------------------------------------------------------------------------
  110. Program FR    When a design of one or more double pole or single pole stages is
  111.               completed using the above aids for setting up resistors and
  112.               digital codes, FR will check the final assembly of stages when
  113.               they are cascaded into one system. The output frequency response
  114.               can be compared with that expected from PZ.
  115. -----------------------------------------------------------------------------
  116. Program BP    In the special case of bandpass filters, another mode of
  117.               implementation is the multiple feedback technique using the
  118.               special parts MAX 267/268. Program BP will calculate the
  119.               resistor values and give the frequency response which can be
  120.               compared with that expected from PZ. This method has the benefit
  121.               of requiring only one clock frequency for all stages and allows
  122.               for arbitrary gain.
  123. -----------------------------------------------------------------------------
  124. Program FV    The graphics program FV can be used directly from the menu or
  125.               from inside Programs PZ, FR and BP. It will display on the screen
  126.               graphical representations of gain, phase and group delay using as
  127.               input data the files developed by PZ, FR and BP.
  128. ***
  129. PROGRAM OUTPUT FILES ( Engineering reports and frequency response listings )
  130.  
  131. PZ      First run of PZ: report file is PZ1.R and frequency response files are
  132.         PZ1A, PZ1B,. . . . . .PZ1I etc. for 9 possible runs
  133.         Ninth run of PZ: summary file is PZ9.R and frequency response files are
  134.         PZ9A, PZ9B,. . . . . .PZ9I
  135.  
  136. RP      First run report file is RP1.R and so on for 9 runs
  137.         Ninth run report file is RP9.R
  138.  
  139. RPCHECK    First run report file is CHECK1.R and so on for 9 runs
  140.            Ninth run report file is CHECK9.R
  141.  
  142. MPP     First run report file is MPP1.R and so on for 9 runs
  143.         Ninth run report file is MPP9.R
  144.  
  145. FR      First run output files for different frequency response conditions
  146.         are FR1A, FR1B  etc for 9 possible files to FR1I
  147.         for 9 runs down to FR9A, FR9B, . . . . . . . FR9I
  148.  
  149. BP      First run gives BP1.R and then BP1A . . . . . BP1I
  150.         Ninth run gives BP9.R and then BP9A . . . . . BP9I
  151. ***
  152. NOTES ON OUTPUT FILES
  153.  
  154. As noted above the programs generate two types of files, report files and
  155. frequency response files. The program names the files automatically starting
  156. with '1' and 'A' and then successively going to 2, 3 ... and B, C, ....
  157. Report files give design information and have a subscript ".R" while frequency
  158. response files which can be used by the graphics package have no subscript.
  159.  
  160. AUTOMATIC RENAMING OF OUTPUT FILES
  161.  
  162. The program names the files automatically and always uses the same names.
  163. Consequently any old files in the directory would be overwritten and lost if
  164. the program did not rename them. However, the program does check to see if a
  165. file of the same name exists and renames it by adding a letter to the end of
  166. the name so that the name is unique in the directory.
  167. Examples: PZ1.R may be renamed PZ1.RA;  BP1A may be renamed BP1A.C
  168. The first letter which results in a unique name is appended for renaming.
  169.  
  170.  
  171. ***
  172. BROWSING IN FILES
  173.  
  174. It is often necessary to use the output of one program as the input for another
  175. one. For instance, the output of PZ in file PZ1.R would be needed to provide
  176. the pole, zero, Q information for either MPP or RP. The existing output files
  177. can be conveniently examined directly from the main menu by using the BROWSE
  178. option which gives access to all files in the working directory. Data can
  179. be noted by hand or the PRINT SCREEN feature of the keyboard may be used to
  180. print the pertinent passages.
  181.  
  182. MISCELLANEOUS HINTS
  183.  
  184. In many cases where the user is asked for a Y/N answer to a question, the
  185. negative option may be taken by pressing RETURN without typing a letter.
  186. In almost all cases answers may be lower or uppercase without affecting the
  187. result. In case the user wishes to abort a program, pressing CONTROL-BREAK
  188. will return the user to DOS.
  189. ***
  190. USE OF TITLES ON FILES
  191.  
  192. The first line of every output file is a main title which would normally be
  193. the title of the overall project. This title also appears on the top of the
  194. graphics display. The user gets the opportunity to make this title at the
  195. startup of FILTER.
  196.  
  197. The second line of every output file has the date and time of the start of the
  198. subprogram and the subtitle which can be written at the start of each
  199. subprogram. The same first and second line titles, with the same time and date
  200. will be on all files of the same run and can be used to connect the design
  201. data to the proper frequency response data. The second line title helps to
  202. identify files in the BROWSE option and in FV graphics.
  203.  
  204. FURTHER HELP
  205.  
  206. Each individual program has its own help file which may be invoked after
  207. selecting the program.
  208. ***
  209.  
  210.