Digital Signal Processing for Audio Applications: Volume 1 - Formulae

In the summer of 2003 we began designing multi-track recording and mixing software – Orinj at RecordingBlogs.com – a software application that will take digitally recorded audio tracks and will mix them into a complete song with all the needed audio production effects.  Manipulating digital sound, as it turned out, was not easy.  We had to find the answers of many questions, including what digital audio was, how we could mix audio tracks, how we could track the amplitude of digital sound so that we could apply compression, how we could track frequencies so that we could equalize, what a good model of artificial reverb would be, and many others.  Bits of relevant information were available, albeit not always well organized and not always intuitive.

"Digital Signal Processing for Audio Applications" provides much of the needed information.  It is a simple structured approach to understanding how digitally recorded sound can be manipulated.  It presents and explains, and sometimes derives, the mathematical theory that the DSP user can employ in designing sound manipulating applications.

Although this book introduces much mathematics, we have designed it not for mathematicians, but for the engineers and hobbyists, who would be interested in the practical applications of DSP and not in its theoretical derivations.  If properly explained, much of the practical DSP applications reduce to simple algebra.  This said, we have included a sufficient amount of theory to provide an explanation of why DSP works the way it does.  It is important for practitioners to have a good understanding of how DSP concepts come about.  Much of the available DSP information has too much theory and not enough examples.  Much of it has too many practical examples and not enough theoretical backing.  We hope to have found the proper balance.

This edition contains Java code samples for several digital signal processing effects – delay, chorus, equalizer, reverb, compressor, wah wah, pitch shift, and more.  These are a significant addition and are presented in a separate volume 2.  Selected relevant sections of the previous edition of this book are also placed in volume 2.

The first edition of this book focused on signal frequencies – identifying them, filtering them out, changing their magnitude, and so on.  This is a huge part of DSP for audio, but there is more.  The second edition introduced significant additions: wavelet transforms and data compression, more windows, and elliptic filters.  This third edition includes shelving and peak filters, improves the discussion of the Hilbert transform, and, of course, introduces a number of code samples as part of volume 2.

 

 

1126855820
Digital Signal Processing for Audio Applications: Volume 1 - Formulae

In the summer of 2003 we began designing multi-track recording and mixing software – Orinj at RecordingBlogs.com – a software application that will take digitally recorded audio tracks and will mix them into a complete song with all the needed audio production effects.  Manipulating digital sound, as it turned out, was not easy.  We had to find the answers of many questions, including what digital audio was, how we could mix audio tracks, how we could track the amplitude of digital sound so that we could apply compression, how we could track frequencies so that we could equalize, what a good model of artificial reverb would be, and many others.  Bits of relevant information were available, albeit not always well organized and not always intuitive.

"Digital Signal Processing for Audio Applications" provides much of the needed information.  It is a simple structured approach to understanding how digitally recorded sound can be manipulated.  It presents and explains, and sometimes derives, the mathematical theory that the DSP user can employ in designing sound manipulating applications.

Although this book introduces much mathematics, we have designed it not for mathematicians, but for the engineers and hobbyists, who would be interested in the practical applications of DSP and not in its theoretical derivations.  If properly explained, much of the practical DSP applications reduce to simple algebra.  This said, we have included a sufficient amount of theory to provide an explanation of why DSP works the way it does.  It is important for practitioners to have a good understanding of how DSP concepts come about.  Much of the available DSP information has too much theory and not enough examples.  Much of it has too many practical examples and not enough theoretical backing.  We hope to have found the proper balance.

This edition contains Java code samples for several digital signal processing effects – delay, chorus, equalizer, reverb, compressor, wah wah, pitch shift, and more.  These are a significant addition and are presented in a separate volume 2.  Selected relevant sections of the previous edition of this book are also placed in volume 2.

The first edition of this book focused on signal frequencies – identifying them, filtering them out, changing their magnitude, and so on.  This is a huge part of DSP for audio, but there is more.  The second edition introduced significant additions: wavelet transforms and data compression, more windows, and elliptic filters.  This third edition includes shelving and peak filters, improves the discussion of the Hilbert transform, and, of course, introduces a number of code samples as part of volume 2.

 

 

16.99 In Stock
Digital Signal Processing for Audio Applications: Volume 1 - Formulae

Digital Signal Processing for Audio Applications: Volume 1 - Formulae

by Anton R Kamenov
Digital Signal Processing for Audio Applications: Volume 1 - Formulae

Digital Signal Processing for Audio Applications: Volume 1 - Formulae

by Anton R Kamenov

eBookThird Edition (Third Edition)

$16.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

In the summer of 2003 we began designing multi-track recording and mixing software – Orinj at RecordingBlogs.com – a software application that will take digitally recorded audio tracks and will mix them into a complete song with all the needed audio production effects.  Manipulating digital sound, as it turned out, was not easy.  We had to find the answers of many questions, including what digital audio was, how we could mix audio tracks, how we could track the amplitude of digital sound so that we could apply compression, how we could track frequencies so that we could equalize, what a good model of artificial reverb would be, and many others.  Bits of relevant information were available, albeit not always well organized and not always intuitive.

"Digital Signal Processing for Audio Applications" provides much of the needed information.  It is a simple structured approach to understanding how digitally recorded sound can be manipulated.  It presents and explains, and sometimes derives, the mathematical theory that the DSP user can employ in designing sound manipulating applications.

Although this book introduces much mathematics, we have designed it not for mathematicians, but for the engineers and hobbyists, who would be interested in the practical applications of DSP and not in its theoretical derivations.  If properly explained, much of the practical DSP applications reduce to simple algebra.  This said, we have included a sufficient amount of theory to provide an explanation of why DSP works the way it does.  It is important for practitioners to have a good understanding of how DSP concepts come about.  Much of the available DSP information has too much theory and not enough examples.  Much of it has too many practical examples and not enough theoretical backing.  We hope to have found the proper balance.

This edition contains Java code samples for several digital signal processing effects – delay, chorus, equalizer, reverb, compressor, wah wah, pitch shift, and more.  These are a significant addition and are presented in a separate volume 2.  Selected relevant sections of the previous edition of this book are also placed in volume 2.

The first edition of this book focused on signal frequencies – identifying them, filtering them out, changing their magnitude, and so on.  This is a huge part of DSP for audio, but there is more.  The second edition introduced significant additions: wavelet transforms and data compression, more windows, and elliptic filters.  This third edition includes shelving and peak filters, improves the discussion of the Hilbert transform, and, of course, introduces a number of code samples as part of volume 2.

 

 


Product Details

ISBN-13: 9780692912201
Publisher: Anton Kamenov
Publication date: 08/01/2017
Sold by: Barnes & Noble
Format: eBook
Pages: 294
File size: 3 MB

Table of Contents

Chapter 1. Introduction
Chapter 2. Simple waves in continuous time
Chapter 3. Simple waves in discrete time
Chapter 4. Complex signals and simple DSP operations
Chapter 5. Introduction to Fourier analysis
Chapter 6. Distortion
Chapter 7. A good low pass filter
Chapter 8. Properties of the low pass filter
Chapter 9. All pass, high pass, band pass, and band stop filters
Chapter 10. Windowing of finite impulse response filters
Chapter 11. Simple equalizer
Chapter 12. The continuous and discrete Fourier transforms
Chapter 13. Pitch shifting
Chapter 14. Spectral analysis and window measures
Chapter 15. Comb filters and reverberation
Chapter 16. Z transforms, the discrete-time Fourier transform, and transfer functions
Chapter 17. The Laplace transform and Butterworth filters
Chapter 18. The bilinear transformation and IIR filter transformations
Chapter 19. Other IIR filter prototypes
Chapter 20. Equiripple filters
Chapter 21. Designing filters through optimization
Chapter 22. IIR filters, FIR filters, quantization, and dithering
Chapter 23. Dynamic compression
Chapter 24. Data compression
Appendix A. Windows
Appendix B. An IIR-FIR filter prototype
Appendix C. Appropriate filter length
 

From the B&N Reads Blog

Customer Reviews