home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 326.lha / KFFT_v1.1 / README < prev    next >
Text File  |  1989-12-23  |  1KB  |  37 lines

  1.  
  2. KFFT1 - Fast Fourier Transform version 1.1 Readme file
  3.  
  4. KFFT V1.1 (C)Copyright 1989, Jerry Kallaus.  All rights reserved. 
  5. May be freely redistributed for non-commercial use (FREEWARE).
  6.  
  7. The accompaning arc'd files contain JForth* Forth and assembler
  8. code which conditionally compiles a variety of Fast Fourier Transform
  9. algorithms.  Also included are documentation and test files.
  10.  
  11. To verify operation of this software:
  12.  
  13. 1) deARC into a new directory [Already deARCed for this disk. PLB]
  14. 2) bring up JForth version 2.0
  15. 3) current directory to the directory containing the fft code
  16. 4) include testfft
  17.  
  18. * JForth is a product of Delta Research
  19.  
  20. ----------------------------------------
  21. Additions by Phil Burk, Delta Research.
  22.  
  23. I have added a demo that I used to figure out how this
  24. system works.  You may find it handy.  Run JForth then
  25.  
  26.     INCLUDE DEMO_FFT1
  27.     SAW.FFT etc.
  28.  
  29. I have cloned this demo so you can see what it does by entering,
  30. FROM THE CLI:
  31.  
  32.     SAW.FFT
  33.  
  34. Do not use the RUN command with this program since it requires
  35. keyboard input and will hang.
  36. ----------------------------------------
  37.