home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug091.ark / ABSTRACT.091 < prev    next >
Encoding:
Text File  |  1984-04-29  |  4.1 KB  |  136 lines

  1. Abstract of contents of CPMUG disk #91.  (ABSTRACT.091)
  2.  
  3. (1)    Spectrum analysis programs by Victor DePinto.  The following is the 
  4.     contents of his very nicely done contribution form.  He even 
  5.     included the CRC of all the files to ensure they got through the 
  6.     cataloging process OK.   (Thanks, Victor!)
  7.  
  8. (2)    ASM and FORTRAN print formatting program submitted by Lawson F.  
  9.     Pierce.  Also a nice contribution form, it is reproduced below.
  10.     (Thanks, Lawson!)
  11.  
  12.     ----------------
  13.  
  14. (1):
  15.  
  16. DATE: January 27, 1982
  17.  
  18. FILE NAME:  (Note.  All files submitted are part of the spectrum analysis
  19. software package.)
  20.  
  21.  
  22. FILENAME    COMMENTS
  23. --------    --------
  24. ARIT.FOR    Arithmetic functions.
  25. ARIT.COM    Executable arithmetic functions.
  26. ARIT#.SUB    Submit file.
  27. DISKIO.BAS    Disk file I/O in BASIC.
  28. FFT.FOR        1024 point FFT.
  29. FFT.COM        Executable FFT program.
  30. FFT#.SUB    Submit file.
  31. HI.FOR        DMP2 driver.
  32. HIA.MAC        DMP2 driver.
  33. NAME.FOR    Filename getter.
  34. PLOT.FOR    Plotter plot routine.
  35. QCHEK.MAC    Checks for abort command.
  36. SPECTRUM.DOC    Documentation.
  37. SPECTRUM.TEX    TEX input file.
  38. TTYPLOT.FOR    Printer plot routine.
  39. TWIDDLE.FOR    Genaretes twiddle factor table.
  40. UTIL.FOR    Utility program.
  41. UTIL#H.SUB    Submit file.
  42. UTIL#T.SUB    Submit file.
  43. UTIL-HI.COM    DMP2 version of UTIL.COM.
  44. UTIL-TTY.COM    TTY version of UTIL.COM.
  45. WIND.FOR    Window functions.
  46.  
  47. AUTHOR/SUBMITTED BY: 
  48.     Victor DePinto 
  49.     2627-148th ave.  S.E., Apt.  10
  50.     Bellevue, Washington, 98007 
  51.     (206) 641-7591
  52.  
  53. THIS PROGRAM IS PUBLIC DOMAIN BECAUSE: Submitted by author.  I have 
  54. checked with Microsoft, and they say it is ok to submit the COM files
  55. compiled by FORTRAN-80.
  56.  
  57. TO WHOM WOULD THIS PROGRAM BE USEFUL:  Useful in the fields of Signal
  58. Processing, Statistics, Mathematics, Electronic Music, Physics.
  59.  
  60. BRIEFLY DESCRIBE THE PROGRAM FUNCTION:  This is a package of programs which
  61. perform the FFT and inverse FFT and perform various arithmetical
  62. manipulations on signals as well as display the results.
  63.  
  64. WHERE IS FURTHER DOCUMENTATION AVAILABLE:  Documentation is in the file
  65. SPECTRUM.DOC on this disk.  Further technical information on the subject of
  66. Signal Processing may be found in textbooks such as "Digital Signal
  67. Processing" by Oppenheim and Schafer, available from Prentice Hall.
  68.  
  69. HARDWARE DEPENDENCIES:  48k total RAM.  Standard 80 column CRT terminal.
  70. Printer with at least 80 columns.  May optionally use the Houston
  71. Instruments DMP2 plotter connected to a serial port (CP/M PUNCH device).
  72.  
  73. SOFTWARE DEPENDENCIES:  CP/M 1.4 or 2.x.
  74.  
  75. SOURCE PROCESSOR:  Source code provided is for Microsoft FORTRAN-80, and
  76. MACRO-80.  COM files are also provided.  Compatible data files can also be
  77. written and read in Microsoft BASIC 5.x.
  78.  
  79. DOES THE SOFTWARE "DROP IN":  Yes.
  80.  
  81. HOW EASY IS THE CODE TO MODIFY:  Commented FORTRAN and Assembly source code
  82. is provided.
  83.  
  84.             ----------------
  85.  
  86. (2):
  87.  
  88. Submission Date: 4 April 1982, resubmitted 10/82
  89.  
  90. File name: PRINT80.FOR,PRINT81.FOR
  91.     PRINT80 - Compresses M80 PRN files
  92.     PRINT81 - Prints FORTRAN and ASM Source files
  93.         with page ejects and titles
  94.  
  95. AUTHOR: 
  96.     Lawson F.  Pierce
  97.     2516 Sunnybrook Dr
  98.     Kalamazoo MI 49008
  99.     (616) 345-0292
  100.  
  101. SUBMITTED BY: 
  102.     Same
  103.  
  104. THIS PROGRAM IS PUBLIC DOMAIN BECAUSE: 
  105.     Submitted by author; author's approval
  106.  
  107. WHO WOULD THIS PROGRAM BE USEFUL TO: All CP/M users [who use M-80 or
  108. FORTRAN-80 from Microsoft]
  109.  
  110.  
  111. BRIEFLY DESCRIBE THE PROGRAM FUNCTION: 
  112.     PRINT80 - prints M80 files with choice of Headers
  113.       or no headers, Filename in header, and compresses
  114.       out surplus blanks so it will fit on a narrow 
  115.       printer.
  116.     PRINT81 - prints FORTRAN and ASM files with page
  117.       ejection so that Subroutines can be paged
  118.       separately.  Ejection flags do not interfere
  119.       with Assembler or Compiler
  120.     See PRINT80.DOC
  121.  
  122. WHERE IS FURTHER DOCUMENTATION AVAILABLE: PRINT80.DOC;     Modified
  123. Extensively for better or worse from EDITM.FOR - CPMUSER 26.23
  124.  
  125. HARDWARE DEPENDENCIES:     None
  126.  
  127. SOFTWARE DEPENDENCIES:     STANDARD CP/M
  128.  
  129. SOURCE PROCESSOR: Microsoft FORTRAN
  130.  
  131. DOES THE SOFTWARE "DROP IN":     yes
  132.  
  133. HOW EASY IS THE CODE TO MODIFY: Commented FORTRAN file
  134. ----------------
  135. 11/22/82 Ward C.
  136.