home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / maxfltr1 / bp.hlp next >
Text File  |  1988-02-23  |  3KB  |  66 lines

  1.  
  2.                        SUBPROGRAM BP
  3.  
  4. Bandpass filters can be designed using the following techniques:
  5.  
  6.     (i) cascading second order sections with each section having a different
  7.     center frequency.
  8.  
  9.     (ii) cascading second order IDENTICAL sections and using resistive
  10.     feedback in the multiple feedback technique.
  11.  
  12. With technique (i), a MAX260 cannot always implement a bandpass using a single
  13. clock input. The different center frequencies may require separate clocks for
  14. each filter section. ( The  design procedure for MAX260 is supported by
  15. Program MPP ). With technique (ii) a high order bandpass needs only one
  16. clock along with a few external resistors. This program, BP, assumes that
  17. technique (ii) is used.
  18. ***
  19.  
  20. With the MAX267 and MAX268 bandpass filters the clock ratio and Q are set
  21. by strapping programming pins to high or low logic levels. The clock/
  22. center frequency ratio can be set as follows:
  23.  
  24.               100-200 for MAX267
  25.               41-140 for MAX268
  26.  
  27.  
  28. When a multiple feedback topology is used ( BP assumes this topology ),
  29. then all second order stages have the same Q and the same clock/center
  30. frequency ratio. The 7-bit code for Q and the 5-bit code for the clock/
  31. center frequency ratio are derived by the program.
  32.  
  33. BP also derives a set of resistor values. The absolute values are not unique
  34. and others will work as well provided the same ratios are maintained. Due
  35. consideration must be given to output loading effects for resistor values
  36. less than 10Kohm.
  37. ***
  38.  
  39.                           PROGRAM OUTPUT
  40.  
  41. The resistor specs are written out on files
  42.  
  43.                    BP1.R for first design
  44.                    BP2.R for second design, etc.
  45.  
  46. Frequency response files are also written to disk and it is possible to
  47. have several frequency response files for each design:
  48.  
  49.     Design BP1.R has frequency response files BP1A, BP1B etc.
  50.     Design BP2.R has frequency response files BP2A, BP2B etc.
  51.     and so on for subsequent designs
  52.  
  53. ***
  54.                           GRAPHICS
  55.  
  56. During subprogram BP the user has the option of examining the frequency
  57. response using the FV graphics option. If the output files are to be used for
  58. graphics then it is advisable to use sufficient sample points to make a smooth
  59. curve. The minimum should be 50 and the graphics can handle at the most 200.
  60. If the output files are to be used as printed files then any number of points
  61. may be used. If the user expects to plot with a log frequency axis then best
  62. results will be obtained using the log option for the plotting intervals.
  63. The graphics option may be used later so long as the output files remain in the
  64. directory.
  65. ***
  66.