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

  1.                          SUBPROGRAM FR
  2.  
  3. After a series of stages are designed with the help of subprograms PZ,
  4. RP, RPCHECK and MPP, the overall response of the cascaded sections can be
  5. checked out using this subprogram.
  6.  
  7.    The output of the above subprograms will be the input of this subprogram.
  8. In some cases the input data may come from other sources, for instance in
  9. the case of a simple RC section. The data is entered by answering specific
  10. questions for each section in turn. So it would be well to have on hand the
  11. printouts from the above subprograms where needed. After each stage is entered
  12. the final answer given is 'end' or 'E' and the program will compute the
  13. response of the cascaded stages. This can then be compared with the response
  14. predicted by PZ so as to confirm that the stages have been designed correctly.
  15.  
  16. More than one frequency response calculation can be made, focusing on different
  17. frequency intervals if desired.
  18.  
  19. ***
  20.                          PROGRAM OUTPUT
  21.  
  22. The output is sent to disk files. For the first run the name of the file will
  23. be FR1A for the first frequency response, FR1B for the second frequency
  24. response etc. If new data is entered then the output files will be called
  25. FR2A, FR2B etc. When the program is stopped completely and started
  26. again these same names will be reused and the program automatically renames
  27. the old files by adding a letter to the end of the file name to produce a
  28. new unique file name.
  29.  
  30. Once out of the program and back in DOS these programs can be accessed by
  31. commands such as these:
  32.  
  33. A:\> type b:fr1a       { to write on the screen; the screen can be }
  34.                            { stopped and started using control-s       }
  35. A:\> print b:fr1b      { if a printer is present }
  36. A:\> copy b:fr2a prn   { if a printer is present }
  37.  
  38. Inside the program they can be examined using the BROWSE option of the menu.
  39. ***
  40.                           GRAPHICS
  41.  
  42. During subprogram FR the user has the option of examining the frequency
  43. response using the FV graphics option. If the output files are to be used for
  44. graphics then it is advisable to use sufficient sample points to make a smooth
  45. curve. The minimum should be 50 and the graphics can handle at the most 200.
  46. If the output files are to be used as printed files then any number of points
  47. may be used. If the user expects to plot with a log frequency axis then best
  48. results will be obtained using the log option for the plotting intervals.
  49. The graphics option may be used later so long as the output files remain in the
  50. directory.
  51. ***
  52.