home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / freq / wpl102 / read.me < prev    next >
Text File  |  1991-04-22  |  4KB  |  176 lines

  1.  
  2.             WPL -- Wavelet Packet Laboratory
  3.  
  4.                         Version 1.02
  5.  
  6.  
  7.  
  8.                                  READ.ME
  9.  
  10.                    General information about the WPL program
  11.  
  12.  
  13.  
  14. This program is currently Shareware. Please include this notice
  15. in all copies.
  16.  
  17. Any people interested in obtaining the release version should print and
  18. fill out the order form in the file ORDER.FRM.  Registration entitles the
  19. user to technical support and notices of updates to the program.  A
  20. nominal fee of $50 will be charged for duplications costs.  Receipt of
  21. payment will register the user.  The form should be sent to:
  22.  
  23.          Wavelet Packet Laboratory
  24.          Digital Diagnostic Corp.
  25.          26 Rossotto Drive
  26.          Hamden, CT 06514
  27.          Phone: (203)-288-9444
  28.          FAX:   (203)-287-8765
  29.  
  30.                  INTERNET: ddc@cs.yale.edu
  31.  
  32.  
  33. 1. Introduction
  34.  
  35. The Wavelet Packet Laboratory is a showcase of a new method of
  36. analyzing frequencies within signals.
  37.  
  38. The present version has the following limitations:
  39.  
  40.   - Floating point ASCII text files can not be loaded
  41.  
  42.   - The maximum trace length that the WPT algorithm can handle
  43.     is 512
  44.  
  45.   - Memory is limited so be careful about the number of images
  46.     displayed at the same time.  Try to keep four to six images
  47.     the maximum amount loaded.
  48.  
  49. 2. Requirements
  50.       
  51. The minimum requirements of the computer to run this program are:
  52.  
  53.   - IBM PC/AT (a 80386 is recommended but not necessary)
  54.  
  55.   - 640K of RAM
  56.  
  57.   - a hard disk (have plenty of room for files of signals)
  58.  
  59.   - EGA or VGA(recommended) color monitor
  60.  
  61.   - a mouse is optional but highly recommended
  62.  
  63.   - 101 or 102 keyboard (with the F12 key)
  64.  
  65.  
  66. 3. The Distribution Disk
  67.  
  68. The files included on this disk are:
  69.  
  70. install.bat   -- the installation batch file
  71. order.frm     -- the WPL order form
  72. read.me       -- this file
  73. manual.txt    -- the reference manual
  74. walkthru.txt  -- a tutorial
  75.  
  76. wpl.exe       -- the WPL program files
  77. wpl.cfg
  78. wpl.msg
  79. 8x14.apa
  80. 8x16.apa
  81. _wptfltr.wpl
  82.  
  83. use_ega.bat   -- the batch file used to set WPL for EGA monitors
  84. use_vga.bat   -- the batch file used to set WPL for VGA monitors
  85. ega.cfg       -- the default wpl.cfg file for EGA
  86. vga.cfg       -- the default wpl.cfg file for VGA
  87.  
  88. wplcfg.exe    -- the WPL configuration program files
  89. wplcfg.msg
  90.  
  91. whistle.asc   -- a sample ASCII signal file  (length =
  92. sinxcube.byt  -- a sample Signed Byte signal file  (length = 512)
  93. heart.byt     -- another sample Unsigned Byte file (length = 51000)
  94.  
  95.  
  96. 4. Installation
  97.  
  98. NOTE: The following instructions assume a working knowledge of DOS
  99.       Also, make sure there is no \WPL in the destination drive
  100.  
  101. A) Boot up your computer and go to the root directory of the
  102.    drive where the WPL is to be placed.  Make sure the drive has
  103.    at least 720 kilobytes free.
  104.  
  105.    Example: the WPL is to be placed on the C drive
  106.  
  107.    C:\>
  108.  
  109. B) Insert the distribution disk into the floppy drive and type
  110.    "<source drive>:install <source drive> <destination drive>"
  111.  
  112.    Example: the WPL distribution disk is placed into the A drive
  113.    C:\>A:INSTALL A: C:
  114.    The \WPL directory is being created ...
  115.    WPL is being installed ...
  116.    .
  117.    .
  118.    .
  119.    WPL is now ready to run on a VGA monitor.
  120.    C:\WPL>
  121.  
  122. C) If your computer has a VGA, then skip this step.
  123.  
  124.    Type "USE_EGA" in order to configure WPL to run on EGA monitors
  125.  
  126.    Example: WPL is to run with a EGA monitor
  127.    C:\WPL>USE_EGA
  128.  
  129. D) WPL is ready to run at any time. Simply type WPL when in the
  130.    \WPL directory.
  131.  
  132.    Example:
  133.    C:\WPL>WPL
  134.  
  135.    Before running WPL make sure that there is maximum amount of free
  136.    memory by removing all TSRs, Terminate and Stay Resident programs.
  137.  
  138.    If using the mouse, make sure that the mouse is installed.
  139.  
  140.  
  141. E) Print the documentation
  142.  
  143.  
  144.    Print the following files:  C:\WPL> print manual.txt
  145.                                c:\WPL> print walkthru.txt
  146.  
  147.  
  148. 5. Error Reporting
  149.  
  150. Please send any error reports, comments,
  151. and suggestions to:
  152.  
  153.          Wavelet Packet Laboratory
  154.          Digital Diagnostic Corp.
  155.          26 Rossotto Drive
  156.          Hamden, CT 06514
  157.          Phone: (203)-288-9444
  158.          FAX:   (203)-287-8765
  159.  
  160.    or send by electronic mail to ddc@cs.yale.edu
  161.  
  162. Have your serial number handy.  Use System|About to find the serial number.
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.