home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / maths / fftgraph_1 < prev    next >
Text File  |  1999-04-27  |  2KB  |  48 lines

  1. Title:            FFTGRAPH
  2. Author:            Daniel Aronovitch (pdelcham@ulb.ac.be)
  3. Version:        1.00
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Daniel Aronovitch (pdelcham@ulb.ac.be)
  8. Date:            20/09/95
  9. Keywords:        Mathematical and numerical software
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    ARM 3 or later
  15. Other s/ware needed:    RISC OS 3 or later
  16. Directory:        micros/arch/riscos/d192
  17. Date mounted/updated:    18/10/95
  18. File names:        fftgraph.zip
  19. Unarchived files:    33
  20. Unarchived size:    259 kbytes
  21. Omissions:        
  22. See also:        FFT (a239)
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. The FFT programs perform a frequency analysis using the fast Fourier
  35. Transform.  They expect an Armadeus formatted input file and output
  36. graphs in Draw format.  FFT_2D outputs a two dimensional graph with
  37. level as y-axis and frequency as x-axis.  FFT_3D option 3D outputs a
  38. three dimensional graph with frequency along the y-axis, time along
  39. the x-axis and level is deflection.  FFT_3D option sonograph outputs
  40. a three dimensional graph with frequency along the y-axis, time along
  41. the x-axis and level is black level.  C sources and an example input
  42. file are included.
  43.  
  44. An ARM3 or later is required due to use of the SWP instruction.
  45. A Floating Point Accelerator (FPA) is not required but would be useful.
  46. The Desktop Development Environment (DDE) is required for the desktop
  47. interface but the programs can be run from the command line without it.
  48.