Appendix 1

Suggestions and Explanations for MATLAB Use

A1.1    SUGGESTIONS AND EXPLANATIONS FOR MATLAB USE

It is suggested that before start using the text, the reader, who does not have a lot of experience with MATLAB, goes over this appendix and tries to execute the presented material in MATLAB.

A1.1.1    CREATING A DIRECTORY

It was found by the author that it is less confusing if for a particular project we create our own directory where our own developed MATLAB m-files are stored. However, any time we need anyone of these files, we must include the directory in the MATLAB path. Let us assume that we have the following directory path: c:\ap\ sig-syt\ssmatlab. The following two approaches can be used:

>>cd ‘c:\ap\sig-syst\ssmatlab’

or

Get Adaptive Filtering now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.