home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Science / physics / SignalLab.README < prev   
Encoding:
Text File  |  1993-01-17  |  1.2 KB  |  44 lines

  1.  
  2. To INSTALL:
  3.  
  4. Uncompress and untar the SignalLab.app.tar.Z file and copy it into /LocalApps folder
  5.  
  6. The executable file works when installed in the /LocalApps folder only
  7.  
  8. The application searches for DSP files to boot ( *.lod files) and with the current settings the path is /LocalApps/SignalLab.app/
  9.  
  10. To change the path please edit the signalView.m file  and change all  DSPBootFile( ".........") occurrences to DSPBootFile( "/Full_Path_Name/ ?.lod").  Do not change the file name ( *.lod)
  11.  
  12. Edit the Makefile.preamble file and enter the path name in the OTHER_LIBS line to read
  13.     OTHER_LIBS = /Full_Path_Name/libCircularSlider.a
  14.  
  15. Then type make in the SignalLab.app folder
  16.  
  17.  
  18.  
  19.  
  20. IMPORTANT:
  21.  
  22. The application needs the hardware.  Details of the entire application including the hardware is in the Report.
  23.  
  24. The application needs extra DSP RAM (about 15K) and I used the 96KB memory expansion kit on a NeXTstation
  25.  
  26.  
  27.  
  28.  
  29. The CircularSlider.palette used here was written by Vince Demarco and is available from the purdue ftp sites.  I have included only the palette and the library
  30.  
  31.  
  32. Comments, suggestions and questions are welcome
  33.  
  34. Abhi Dodamani
  35.  
  36. E-Mail:  dodamani@engr.widener.edu
  37. NeXT mail welcome!
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.