www.pudn.com > ica_v0.04.rar > INSTALL




                 Independent Component Analysis (ICA)
                 ------------------------------------

                            Version V0.04


                                INSTALL



INTRODUCTION

This software is designed to run in a Unix environment. It does
not require a windowing system.


PROCEDURE

If you are reading this file then I assume that you have already
unpacked the distribution file. Perform the following step to
make the software:

      make

The executable that you will have is called ica. Copy this file
to the bin directory that you use. Also copy the manual page
file ica.1 to the man directory that you use. For example, if
you have your own local directories, the commands may be:

      cp ica ~/bin
      cp ica.1 ~/man/man1

where the ~/bin and ~/man/man1 directories already exist.


PROBLEMS

You may have a problem with byte ordering when reading in the input
files. There is a define that can be enabled in the ica.h header
file to do byte swapping on the input files. The define is called
SWAPBYTES and is generally required for Sun workstations. By default
it is defined.

If you have any other problem, please contact me (details below).


COPYRIGHT

This program has been written by:

     Peter Stepien

     Computer Engineering Laboratory (CEL)
      School of Electrical & Information Engineering
     The University of Sydney
     SYDNEY NSW 2006 Australia

     (Email: pstepien@sedal.usyd.edu.au)

All comments and suggestions are most welcome. Please do not
distribute modified versions of this software. Instead, notify the
author of any problems so that they can be included in future
releases. You may distribute unmodified versions of this software
for research and non-profit use.