home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / math / excelfft.cpt / FFT (.txt)
Encoding:
Excel Spreadsheet  |  1992-08-05  |  2.8 KB  |  21 lines

  1. Sheet: 
  2. (0, 0)        ⌐1992 by David Palmer, All rights reserved
  3. (1, 0)        Auto_Open
  4. (6, 0)        FFT is a Fast Fourier Transform.  It works on both real and
  5. (7, 0)        imaginary data.  The length of the data must be a power
  6. (8, 0)        of 2.  The "direction" argument gives the mode, negative
  7. (9, 0)        is inverse, positive is forward, 2 is complex, 1 is real.
  8. (10, 0)        Examples:
  9. (11, 0)             =FFT(A1:B32, -2)
  10. (12, 0)               Takes the 32x2 spectrum A1:B32 and gives a 32x2
  11. (13, 0)               complex result.
  12. (14, 0)           =FFT(A1:B32, -1)
  13. (15, 0)               Takes the 32x2 spectrum and gives a 64x1 real result
  14. (16, 0)           =FFT(A1:A64, 1)
  15. (17, 0)               Takes the 64x1 real numbers and gives a 32x2 spectrum
  16. (18, 0)           =FFT(A1:B32, 2)
  17. (19, 0)               Takes the 32x2 complex numbers gives 32x2 spectrum
  18. (21, 0)        Do not modify and save this file, it contains code resources,
  19. (22, 0)        which EXCEL does not properly preserve.
  20. (23, 0)        Do not rename this file either.
  21.