
Because Knetbooks knows college students. Our rental program is designed to save you time and money. Whether you need a textbook for a semester, quarter or even a summer session, we have an option for you. Simply select a rental period, enter your information and your book will be on its way!
The OMAP-L138 eXperimenter is the latest inexpensive DSP development system to be adopted by the Texas Instruments University Program. The OMAP-L138 processor contains both ARM and DSP cores and is aimed at portable and mobile multimedia applications. This book concentrates on the demonstration of real-time DSP algorithms implemented on its C6748 DSP core.
Digital Signal Processing and Applications with the OMAP-L138 eXperimenter provides an extensive and comprehensive set of program examples to aid instructors in teaching DSP in a laboratory using audio frequency signals—making it an ideal text for DSP courses at senior undergraduate and postgraduate levels.
Subjects covered include polling-based, interrupt-based, and DMA-based I/O methods, and how real-time programs may be run using the board support library (BSL), the DSP/BIOS real-time operating system, or the DSP/BIOS Platform Support Package.
Chapters include:
Analog input and output with the OMAP-L138 eXperimenter
Finite impulse response filters
Infinite impulse response filters
Fast Fourier transform
Adaptive filters
DSP/BIOS and platform support package
Each chapter begins with a review of background theory and then presents a number of real-time program examples to reinforce understanding of that theory and to demonstrate the use of the OMAP-L138 eXperimenter and Texas Instruments Code Composer Studio integrated development environment.
List of Examples xiii
1. OMAP-L138 Development System 1
1.1 Introduction 1
1.1.1 Digital Signal Processors 3
1.2 Hardware and Software Tools 4
1.2.1 Zoom OMAP-L138 eXperimenter Board 6
1.2.2 C6748 Processor 6
1.2.3 Code Composer Studio IDE 6
1.2.4 Installation of Code Composer Studio Software Version 4 and Support Files 7
1.3 Initial Test of the Experimenter Using a Program Supplied with this Book 8
1.4 Programming Examples to Test the Experimenter 14
1.5 Support Files 31
1.5.1 Initialization a... MORE