📄 readme2e.m
字号:
% ADSP TOOLBOX: Version 2.0 and gui m-files
% For use with Ashok Ambardar,"Analog and Digital Signal Processing",
% Second Edition, PWS (Brooks-Cole) Publishing Co., 1999.
% DISK CONTENTS
% This disk contains 3 subdirectories:
% ADSP toolbox m-files
% GUI gui m-files
% EXAMPLES script m-files for the MATLAB examples in Chapter 21.
%
% A listing of all the files on this disk appears in allfiles.doc
% REQUIREMENTS
% The m-files are ASCII (text) files for use with PC compatibles.
%
% All files are designed for MATLAB v4.x and v5.x (student or professional).
% No other MATLAB toolboxes are required.
% (Most ADSP m-files should also work with the older MATLAB v3.5)
%
% NOTE: The files can be ported to UNIX (using the unix2dos utility).
% or to MAC (using the Apple file exchange utility)
% INSTALLATION
% 1. Make a new subdirectory (folder) on your hard disk
% and copy the ADSP m-files to this subdirectory.
% 2. Make another subdirectory and copy the GUI m-files to it.
% 3. Make a third subdirectory and copy the EXAMPLE m-files to it.
% 4. Add the subdirectories to the matlabpath (so MATLAB can find them)
% TESTING
% To test proper operation of the m-files, start MATLAB and type
% >>tour % for a tour of the ADSP files
% >>tourgui % for a tour of the guis
% BUGS AND/OR PROBLEMS:
% Please report them to:
% Ashok Ambardar, EE Dept. MTU, Houghton, MI 49931, USA
% http://www.ee.mtu/faculty/akambard.html
% e-mail: akambard@mtu.edu
% For USERS OF FIRST EDITION:
% Some ADSP m-files returned the transfer function in a single output.
% They now require two output arguments (numerator and denominator).
% Examples are: ltr, ztr, lpp, afd, dfdiir, afdbess
%
% NOTE:Due to MATLAB name conflicts, 2 files have been renamed in the 2nd ed
% lines.m is now dtplot.m (with slightly different syntax)
% digits.m is now numdig.m
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -