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

Condividi libro
  1. 444 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
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

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

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.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs di Thad B. Welch, Cameron H.G. Wright, Michael G. Morrow in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e Computer Engineering. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Editore
CRC Press
Anno
2016
ISBN
9781351848268
Edizione
3

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...

Indice dei contenuti