home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 153.FFT.DOC < prev    next >
Text File  |  1989-03-30  |  2KB  |  29 lines

  1.      FFT is an easy-to-use computer program for the IBM PC/XT/AT designed
  2. to perform data analysis on waveforms.    This package was developed at the
  3. Harry Diamond Laboratories (HDL) as a tool for analyzing electromagnetic
  4. pulse (EMP) waveforms; it can, however, be used for any physically real-
  5. izable waveforms.  Some of the data analysis options include linear and
  6. cubic spline interpolation, fast Fourier transforms (FFT's), inverse FFT's,
  7. and numerical integration and differentiation.    The program also graphs
  8. data waveforms on the screen or on an Epson-compatible printer using linear,
  9. logarithmic, or semilog graphs.  Additionally, the program reads and writes
  10. data files to disk, or data may be manually entered through a digitizing pad.
  11.      The software package FFT was written to provide an easy-to-use method
  12. of data analysis for both the experienced and inexperienced computer
  13. operator.  All functions are menu driven, clearly labelled, and simple to
  14. invoke, providing an easy-to-learn and easy-to-use interface to a collec-
  15. tion of powerful routines.
  16.      The software was writen in Turbo Pascal version 4.00 and was developed
  17. under PC-DOS 3.1.  Note that the low-level graphics routines were written
  18. explicitly for either the Hercules graphics adapter or for one of the IBM
  19. color graphics adapters, and hence will not operate with graphics boards
  20. which are not compatible with one of these.  The digitizer used for the
  21. manual digitization process is the Micro Digi-Pad.  This is a type 7 absolute
  22. electromagnetic 6 by 6 in. digitizer.  Other digitizers may be substituted
  23. for this one if the appropriate constants are set in the software (e.g.,
  24. baud rate, number of start and stop bits, and number of data bits).  The
  25. Pascal source code is included.
  26.      The document HDL-TM-88-7, April 1988, Waveform Analysis on the IBM PC,
  27. by Jeffrey J. Falter, Defense Technical Information Center No. AD A194 249
  28. provides a more detailed description of the software.
  29.