ABSTRACT

In order to program more complicated things with audio signals, it is necessary to cover additional information about MATLAB and programming in general. MATLAB is a computer programming language and also an application that can be run on a personal computer. The software application is compatible with Windows, Mac, and Linux. The MATLAB application is a programming environment comprised of multiple windows and menus. The MATLAB Command Window can be used for executing commands, running programs, opening other windows and files, and managing the software. MATLAB can execute multiple commands in sequential order from the Command Window. The MATLAB programming environment includes a mode for troubleshooting or debugging errors in a program. This can be useful when trying to understand how a program works, and also when searching for problems to fix. MATLAB files can be debugged using the Editor Window, as well as using debugging functions from the Command Window.