home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / tools / doc / mkout.doc < prev    next >
Encoding:
Text File  |  1994-04-25  |  666 b   |  27 lines

  1.                   =============================
  2.                   Description of the tool MKOUT
  3.                   =============================
  4.  
  5. This programs writes a snns output pattern to stdout.
  6. Use this program together with mkpat and mkhead to produce
  7. pattern files from raw files in a shell script.
  8.  
  9. synopsis: mkout <#units> <active_unit>
  10.  
  11.    where #units       is the number of output units
  12.          active_unit  the unit which has to be activated
  13.  
  14. example:
  15.  
  16. unix >mkout 26 2
  17.  
  18. produces
  19.  
  20.   0.000 1.000 0.000 0.000 0.000 0.000 0.000 0.000 
  21.   0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 
  22.   0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 
  23.   0.000 0.000 
  24.  
  25.  
  26.  
  27.