home *** CD-ROM | disk | FTP | other *** search
- Abstract of contents of CPMUG disk #91. (ABSTRACT.091)
-
- (1) Spectrum analysis programs by Victor DePinto. The following is the
- contents of his very nicely done contribution form. He even
- included the CRC of all the files to ensure they got through the
- cataloging process OK. (Thanks, Victor!)
-
- (2) ASM and FORTRAN print formatting program submitted by Lawson F.
- Pierce. Also a nice contribution form, it is reproduced below.
- (Thanks, Lawson!)
-
- ----------------
-
- (1):
-
- DATE: January 27, 1982
-
- FILE NAME: (Note. All files submitted are part of the spectrum analysis
- software package.)
-
-
- FILENAME COMMENTS
- -------- --------
- ARIT.FOR Arithmetic functions.
- ARIT.COM Executable arithmetic functions.
- ARIT#.SUB Submit file.
- DISKIO.BAS Disk file I/O in BASIC.
- FFT.FOR 1024 point FFT.
- FFT.COM Executable FFT program.
- FFT#.SUB Submit file.
- HI.FOR DMP2 driver.
- HIA.MAC DMP2 driver.
- NAME.FOR Filename getter.
- PLOT.FOR Plotter plot routine.
- QCHEK.MAC Checks for abort command.
- SPECTRUM.DOC Documentation.
- SPECTRUM.TEX TEX input file.
- TTYPLOT.FOR Printer plot routine.
- TWIDDLE.FOR Genaretes twiddle factor table.
- UTIL.FOR Utility program.
- UTIL#H.SUB Submit file.
- UTIL#T.SUB Submit file.
- UTIL-HI.COM DMP2 version of UTIL.COM.
- UTIL-TTY.COM TTY version of UTIL.COM.
- WIND.FOR Window functions.
-
- AUTHOR/SUBMITTED BY:
- Victor DePinto
- 2627-148th ave. S.E., Apt. 10
- Bellevue, Washington, 98007
- (206) 641-7591
-
- THIS PROGRAM IS PUBLIC DOMAIN BECAUSE: Submitted by author. I have
- checked with Microsoft, and they say it is ok to submit the COM files
- compiled by FORTRAN-80.
-
- TO WHOM WOULD THIS PROGRAM BE USEFUL: Useful in the fields of Signal
- Processing, Statistics, Mathematics, Electronic Music, Physics.
-
- BRIEFLY DESCRIBE THE PROGRAM FUNCTION: This is a package of programs which
- perform the FFT and inverse FFT and perform various arithmetical
- manipulations on signals as well as display the results.
-
- WHERE IS FURTHER DOCUMENTATION AVAILABLE: Documentation is in the file
- SPECTRUM.DOC on this disk. Further technical information on the subject of
- Signal Processing may be found in textbooks such as "Digital Signal
- Processing" by Oppenheim and Schafer, available from Prentice Hall.
-
- HARDWARE DEPENDENCIES: 48k total RAM. Standard 80 column CRT terminal.
- Printer with at least 80 columns. May optionally use the Houston
- Instruments DMP2 plotter connected to a serial port (CP/M PUNCH device).
-
- SOFTWARE DEPENDENCIES: CP/M 1.4 or 2.x.
-
- SOURCE PROCESSOR: Source code provided is for Microsoft FORTRAN-80, and
- MACRO-80. COM files are also provided. Compatible data files can also be
- written and read in Microsoft BASIC 5.x.
-
- DOES THE SOFTWARE "DROP IN": Yes.
-
- HOW EASY IS THE CODE TO MODIFY: Commented FORTRAN and Assembly source code
- is provided.
-
- ----------------
-
- (2):
-
- Submission Date: 4 April 1982, resubmitted 10/82
-
- File name: PRINT80.FOR,PRINT81.FOR
- PRINT80 - Compresses M80 PRN files
- PRINT81 - Prints FORTRAN and ASM Source files
- with page ejects and titles
-
- AUTHOR:
- Lawson F. Pierce
- 2516 Sunnybrook Dr
- Kalamazoo MI 49008
- (616) 345-0292
-
- SUBMITTED BY:
- Same
-
- THIS PROGRAM IS PUBLIC DOMAIN BECAUSE:
- Submitted by author; author's approval
-
- WHO WOULD THIS PROGRAM BE USEFUL TO: All CP/M users [who use M-80 or
- FORTRAN-80 from Microsoft]
-
-
- BRIEFLY DESCRIBE THE PROGRAM FUNCTION:
- PRINT80 - prints M80 files with choice of Headers
- or no headers, Filename in header, and compresses
- out surplus blanks so it will fit on a narrow
- printer.
- PRINT81 - prints FORTRAN and ASM files with page
- ejection so that Subroutines can be paged
- separately. Ejection flags do not interfere
- with Assembler or Compiler
- See PRINT80.DOC
-
- WHERE IS FURTHER DOCUMENTATION AVAILABLE: PRINT80.DOC; Modified
- Extensively for better or worse from EDITM.FOR - CPMUSER 26.23
-
- HARDWARE DEPENDENCIES: None
-
- SOFTWARE DEPENDENCIES: STANDARD CP/M
-
- SOURCE PROCESSOR: Microsoft FORTRAN
-
- DOES THE SOFTWARE "DROP IN": yes
-
- HOW EASY IS THE CODE TO MODIFY: Commented FORTRAN file
- ----------------
- 11/22/82 Ward C.
-