home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / dsp / dspgroup / del-spry.arc / READ.ME < prev    next >
Encoding:
Text File  |  1980-01-01  |  2.5 KB  |  80 lines

  1.  
  2.  
  3.  
  4.         Additional Model 10 Software Information.
  5.  
  6.  
  7. 1.        D320.EXE comes in two forms.
  8.             D320A - with default Memory segment at A000H.
  9.             D320D - with default Memory segment at D000H.
  10.             Both use a default IO Base of 300H.
  11. 1a.        2 New Commands:
  12.         1) 'x' - reads in TI hex file like FROMTI
  13.                  eg:  -xtutu.ti 
  14.         2) 't' - programs the timers on the 8254
  15.                 eg: -t1,250 pgms timer 1 with 
  16.                             divisor of 250
  17.         
  18. 2.        Libraries
  19.         RMF320.LIB    - for IBM (Ryan/McF Professional FORTRAN).
  20.         MSC320.LIB  - for Microsoft C ver. 3.0. Small Model
  21.         MSCL320.LIB - for Microsoft C ver. 3.0. Large Model
  22.         DE320.O        - for DeSmet C
  23.         MSF320.LIB  - for Microsoft FORTRAN
  24.         TURB320.COM with TURB320.HDR header.
  25.         LAT_320.LIB - for Lattice C 
  26.         Inquire about other languages.
  27.  
  28. 3.  You can use FROM320 to store data ( 24K words ) from A/D 
  29.     to disk and send it back out with TO320.
  30.  
  31.     Jumper settings: 
  32.             J4 : clk
  33.             J5  : bio
  34.             J3  : left (non-cascade)
  35.             Ja  : lower
  36.             Jb  : connected
  37.  
  38. 4.     FFTDEMO is a demo program employing the 512 point FFT
  39.     and displaying the FFT on the CGA screen. FFTDEMO.C is the 
  40.     source file, and as you can see, the input signal is a
  41.     moving pulse. If you have a C compiler, you can experiment
  42.     with different pulse widths, signals, etc.
  43.         a) Make sure you're in Color Card Mode
  44.         b) Input memory and IO information ; eg: D000 & 300
  45.         c) Program will do 512 512 point FFTs        
  46.  
  47. 5.    Attention A/D version owners. The Datel AD574 on your
  48.     Model 10 may be replaced by the pin- compatible Harris
  49.     (we haven't tested other brands) AD674, giving you an 
  50.     80 khz maximum sampling rate.  These A/Ds are 
  51.     'standard equipment' on Model 10s sold after Jan. 1 1987.
  52.  
  53. 6.    DISPLAY and SPECTRUM have been incorporated into a
  54.     single program called DIS.
  55.         New command : 'P'command
  56.     P enables the triggering function in the program,
  57.     much like the triggering function of an oscilloscope. 
  58.  
  59.  
  60. 7.            NEW PRODUCT ANNOUNCEMENT
  61.  
  62.     The MODEL 10 HELPER is a PC compatible expansion board
  63.     which provides external Data memory to the Model 10 via
  64.     a cable to the Model 10's external IO connector. The
  65.     memory on the HELPER is mapped into the IBM PC's memory
  66.     space and is organized into two seperate buffers. In this 
  67.     way, the Model 10 may be filling one buffer while the host
  68.     empties the other (or vice versa). The buffers are each
  69.     8K x 16 bits (or 32K x 16 bits) long. 
  70.  
  71.         Some uses:
  72.  
  73.         *      Continuous data transfer to/from disk (50K samples +)
  74.         *    Large dimension FFTs
  75.         *    Efficient implementation of array processor
  76.             type calculations
  77.     
  78.  
  79.  
  80.