Mercurial > hg > smallbox
comparison util/Rice Wavelet Toolbox/INSTALL @ 78:f69ae88b8be5
added Rice Wavelet Toolbox with my modification, so it can be compiled on newer systems.
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Fri, 25 Mar 2011 15:27:33 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
76:d052ec5b742f | 78:f69ae88b8be5 |
---|---|
1 In order to install this distribution of Rice Wavelet Tools version 2.4 | |
2 released - <Dec 1 2002> | |
3 | |
4 1. Properly set up your system to create MEX-files. Please refer to the | |
5 "Matlab Application Program Guide" to properly set up of your matlab | |
6 and C-compiler to be able to compile C-mex files on your system. | |
7 All reference documentations are available on the MathWorks web page: | |
8 www.mathworks.com | |
9 | |
10 2. Make a toolbox directory and uncompress/extract all the files. | |
11 For example, in the unix environment, | |
12 | |
13 gunzip rwt.tar.gz | |
14 tar xvf rwt.tar | |
15 | |
16 3. Run MATLAB and change to the temporary directory containing the files. | |
17 | |
18 4. Compile the toolbox by executing the Matlab command | |
19 | |
20 compile | |
21 | |
22 5. Add the toolbox directory to your Matlab path. | |
23 | |
24 6. For further instructions, please refer to the README file. | |
25 | |
26 |