DSP Applications Using C and the TMS320C6x DSK

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This book is a requirement for a DSP class that I am taking. However, I feel that this book is not meant as a learning guide on DSP but more as a hands-on type lab manual. Any professors out there looking to use this book as a staple to the "classroom" side of a Digital Signal Processing should reconsider and think about using it for the "lab" portion of the class. The instructions for going through each example, step-by-step is rather cumbersome because of the lack of structure (i.e. Step 1, Step 2, but rather in paragraph form). Additionally, each example builds on the last which makes it very cumbersome in adding all of the programs. For instance, in Chapter 2, Example 2.4 requires that you use the same support files as in Example 2.3. Example 2.3 refers you to use the same support files as in Example 2.2. Example 2.2 refers you to Example 2.1 and 1.1 which also refers you to other files. You will spend nearly a half hour trying to figure out which programs to you use. The layout and format of this book make it quite inefficient, but once you learn to decipher it, it is a decent "lab" style book.

Author(s): Rulph Chassaing
Series: Topics in digital signal processing
Publisher: J. Wiley
Year: 2002

Language: English
Pages: 354
City: New York

DSP Applications Using C and the TMS320C6x DSK......Page 1
Contents......Page 6
Preface......Page 12
List of Examples......Page 15
Index......Page 21
1.DSP Development System......Page 28
2.Input and Output with the DSK......Page 60
3.Architecture and Instruction Set of the C6x Processor......Page 88
4.Finite Impulse Response Filters......Page 129
5.Infinite Impulse Response Filters......Page 186
6.Fast Fourier Transform......Page 209
7.Adaptive Filters......Page 243
8.Code Optimization......Page 266
9.DSP Application and Student Projects......Page 287
A.TMS320C6x Instruction Set......Page 303
B.Registers for Circular Addressing and Interrupts......Page 305
C.Fixed-Point Considerations......Page 308
D.MATLAB Support Tools......Page 315
E.Additional Support Tools......Page 330
F.Input and Output with PCM3003 Stereo Codec......Page 337
G.DSP/BIOS and RTDX for Real-Time Data Transfer......Page 352