next up previous contents
Next: 3 Uninstalling ASPT Up: 1 Overview Previous: 1 Hardware and Software   Contents


2 Installing ASPT

To install the Adaptive Signal Processing Toolbox do the following.
  1. Extract the package files you received on your disk drive where you would like to install ASPT. In the following it is assumed that you are using Windows operating system and you have extracted ASPT contents at D:\. If you are using an other operating system, Unix or Linux for instance, replace D:\ with your home directory or where Matlab is installed. Extracting will create a directory named D:\dspalgorithms\asptxxx, where xxx is the ASPT version information.
  2. Start Matlab and type the following at the command line prompt
    >> cd D:\dspalgorithms\asptxxx
    and press the Enter key,
  3. Run the installation program located in the main ASPT directory by typing the following at the Matlab command line prompt
    >> asptinstall
    and press the Enter key. This will add the asptdir and asptver functions to the main ASPT directory and will add the ASPT directories to the Matlab path. You need to have write permission to the ASPT directory and to the pathdef.m file to successfully install ASPT and change the Matlab path. If you do not have write permission to those files, ASPT path information can not be saved and will be lost when you quit the current Matlab session. In this case you will need to run asptinstall each time you start Matlab. The installation program will inform you with any problems it might find during installation.
  4. Quit Matlab and restart it again,
  5. Run any of the test scripts located in the D:\dspalgorithms\asptxxx\test directory to make sure that your installation is successful and that Matlab can find the ASPT files on its path
    >> testnlms
    This should execute without errors. Receiving any error message when running any of the test scripts means that the installation has not been successfully completed. In this case, refer to the contact information given in Section 1.7 for support.

next up previous contents
Next: 3 Uninstalling ASPT Up: 1 Overview Previous: 1 Hardware and Software   Contents