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

  1.  
  2.                        SUBPROGRAM PZ
  3.  
  4. This program helps define the individual second order stages that are
  5. cascaded for specific filter functions. In the case of odd order filters
  6. one first order stage will also be included. Data is entered in response
  7. to questions such as:
  8.  
  9.          Filter shape ( lowpass, highpass etc. )
  10.          Polynomial ( Butterworth, Chebyshev, elliptic )
  11.          Maximum allowable passband ripple
  12.          Minimum attenuation in the stopband
  13.  
  14. Once this information is entered, the program calculates the required order
  15. and the poles and Q for each section. In the case of bandpass filters the
  16. program also calculates the numerical factor ( Gain Adjustment Factor )
  17. needed for computing the proper gain at the system center frequency. This is
  18. required when stages with differing individual center frequencies are cascaded.
  19.  
  20. At the option of the user, the frequency response of the filter is also
  21. calculated, providing information on amplitude, phase and group delay. Several
  22. different response checks can be made, focusing on different frequency ranges
  23. if desired.
  24. ***
  25.                           GRAPHICS
  26.  
  27. During subprogram PZ the user has the option of examining the frequency
  28. response using the FV graphics option. If the output files are to be used for
  29. graphics then it is advisable to use sufficient sample points to make a smooth
  30. curve. The minimum should be 50 and the graphics can handle at the most 200.
  31. If the output files are to be used as printed files then any number of points
  32. may be used. If the user expects to plot with a log frequency axis then best
  33. results will be obtained using the log option for the plotting intervals.
  34. The graphics option may be used later so long as the output files remain in the
  35. directory.
  36. ***
  37.                            PROGRAM OUTPUT FROM PZ
  38.  
  39. A brief report appears on the screen and a more detailed report is sent
  40. automatically to disk files named PZ1.R, PZ2.R etc. and directly to a
  41. printer on request.
  42.  
  43. Frequency response data relating to the designs will be in files:
  44.  
  45.         PZ1A, PZ1B, PZ1C, etc. for design PZ1.R
  46.         PZ2A, PZ2B, PZ2C, etc. for dedign PZ2.R
  47.  
  48. After leaving the program and returning to DOS the output files may be
  49. accessed by commands such as the following:
  50.  
  51. A:\> type b:pz1.r       Output appears on screen. Start and stop scrolling
  52.                         with CONTROL-s
  53.  
  54. A:\> print b:pz1.r      If a suitable printer is connected
  55.  
  56. A:\> copy b:pz1.r prn    If a suitable printer is connected
  57. ***
  58.  
  59.