home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / FFT142.ZIP / README < prev    next >
Encoding:
Text File  |  1991-06-06  |  1.2 KB  |  23 lines

  1. FFT      C      19157   6-06-91  calculates discrete Fourier transform
  2. FFT      DOC     6008   6-06-91   of a time domain function
  3. FFT      EXE    35286   6-06-91    (senses 8087)
  4. D        T       3102   3-20-87     sample input for fft
  5. D        F2     12596   6-06-91      resulting transform (no windowing)
  6. D        F3     12615   6-06-91       resulting transform (with windowing)
  7. IFFT     C      10172   6-06-91  calculates inverse discrete Fourier
  8. IFFT     DOC     1927   6-06-91   transform of a frequency function
  9. IFFT     EXE    31468   6-06-91    (senses 8087)
  10. D        F       3190   3-20-87     (sample input for ifft)
  11. RI2M     C       3005   6-06-91  read file of (freq, real, imag) triples,
  12. RI2M     DOC      781   6-06-91   writes file of (freq, magnitude) pairs
  13. RI2M     EXE    28302   6-06-91    which can be displayed by GRAPH
  14. ARGS     C       4022   6-06-91  parses command line switches
  15. MAKEFILE          700   6-06-91  compilation instructions
  16. FFT      FIL      145   6-06-91  file list for pkzip
  17. README           1182   6-06-91  this file
  18.  
  19. To use GRAPH to display the effect of supergaussian windowing:
  20.  
  21. C>graph d.f2 d.f3 -ylm -xl -m 30 10
  22.  
  23.