Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs
eBook - ePub

Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs

Thad B. Welch, Cameron H.G. Wright, Michael G. Morrow

Buch teilen
  1. 444 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs

Thad B. Welch, Cameron H.G. Wright, Michael G. Morrow

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

This updated edition gives readers hands-on experience in real-time DSP using a practical, step-by-step framework that also incorporates demonstrations, exercises, and problems, coupled with brief overviews of applicable theory and MATLAB applications. Organized in three sections that cover enduring fundamentals and present practical projects and invaluable appendices, this new edition provides support for the most recent and powerful of the inexpensive DSP development boards currently available from Texas Instruments: the OMAP-L138 LCDK. It includes two new real-time DSP projects, as well as three new appendices: an introduction to the Code Generation tools available with MATLAB, a guide on how to turn the LCDK into a portable battery-operated device, and a comparison of the three DSP boards directly supported by this edition.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs von Thad B. Welch, Cameron H.G. Wright, Michael G. Morrow im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Computer Science & Computer Engineering. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Verlag
CRC Press
Jahr
2016
ISBN
9781351848268

Section II:
Projects

Chapter 10

Project 1: Guitar Special Effects

10.1 Introduction to Projects

SINCE this is the first chapter in the Projects section, let’s explain how this part of the book differs from the previous section. All the the previous chapters cover topics we have called the “enduring fundamentals” of DSP. The topics were relatively broad, and the examples shown were meant only to illustrate that particular topic.
In the Projects section, we change our focus somewhat; we will now provide in each chapter at least one fully functional version of an interesting DSP application we have found to be popular with students over the years. In particular, the two general areas students seem to be drawn to when first learning DSP are audio (such as the special effects of this chapter and the graphics equalizer of the next chapter) and communications (such as the various receiver and transmitter projects of later chapters). While we provide fully functional code to get you started, we intentionally leave it to you to implement and improve the applications further. That’s why they’re called projects!
We remind the reader that most of the code shown for the projects in this and the following chapters is intentionally not fully optimized, because maximally efficient code is often very hard to understand—and our goal is for you to understand the code! You may want to explore ways in which you can improve the efficiency of these projects on your own. This first project chapter involves concepts that are fairly easy to understand; later project chapters progress to increasingly more involved examples.

10.2 Theory

10.2.1 Background

Special effects for electric guitars (and microphones) are a fun application of DSP. You can create all sorts of interesting sound variations quite easily with fairly simple DSP algorithms. Some of the more familiar effects include echo, chorus, flanger, phasing, reverb, tremelo, frequency translation, subharmonic generation, ring modulation, fuzz, compression/expansion, equalization, noise gating, and others. Whether you know them by these common names or not, you probably know what each of these effects “sounds” like if you’ve listened to even a moderate amount of popular music over the past 40 years or so. We will discuss a representative group of these effects in this chapter.
Spe...

Inhaltsverzeichnis