annotate util/Rice Wavelet Toolbox/INSTALL @ 170:68fb71aa5339 danieleb

Added dictionary decorrelation functions and test script for Letters paper.
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Thu, 06 Oct 2011 14:33:41 +0100
parents f69ae88b8be5
children
rev   line source
ivan@78 1 In order to install this distribution of Rice Wavelet Tools version 2.4
ivan@78 2 released - <Dec 1 2002>
ivan@78 3
ivan@78 4 1. Properly set up your system to create MEX-files. Please refer to the
ivan@78 5 "Matlab Application Program Guide" to properly set up of your matlab
ivan@78 6 and C-compiler to be able to compile C-mex files on your system.
ivan@78 7 All reference documentations are available on the MathWorks web page:
ivan@78 8 www.mathworks.com
ivan@78 9
ivan@78 10 2. Make a toolbox directory and uncompress/extract all the files.
ivan@78 11 For example, in the unix environment,
ivan@78 12
ivan@78 13 gunzip rwt.tar.gz
ivan@78 14 tar xvf rwt.tar
ivan@78 15
ivan@78 16 3. Run MATLAB and change to the temporary directory containing the files.
ivan@78 17
ivan@78 18 4. Compile the toolbox by executing the Matlab command
ivan@78 19
ivan@78 20 compile
ivan@78 21
ivan@78 22 5. Add the toolbox directory to your Matlab path.
ivan@78 23
ivan@78 24 6. For further instructions, please refer to the README file.
ivan@78 25
ivan@78 26