EE Bookshelf: The Scientist and Engineer’s Guide to DSP
Advances in DSP over these past couple decades have been responsible for some of our most important technological leaps — MRI scanners, mobile phones, digital image sensors, etc. — but despite that, it doesn’t always get the attention or interest it deserves. Unfortunately, the reason for this bad reputation is woefully clear: most of the literature out there on DSP is extremely opaque, heavily focused on the theoretical not the pratical, and it all tends to be written by domain experts for domain experts, steeped in their own distinct domain language. There’s room and a need for all of that … but it does make it pretty rough for non DSP people to take advantage of some of the enormous benefits even the simplest DSP algorithms can offer.
Thankfully, people interested in improving the reliability and usefulness of their data have a friend in Dr. Stephen W. Smith, author of “The Scientist and Engineer’s Guide to Digital Signal Processing“. Dr. Smith not only provides an excellent overview of many of the key concepts and filters you’ll use solving problems in the real world day to day, but he does it in an extremely easy to understand and accessible way, with an emphasis on implementation not just abstract theory (though the theory is often explained with clarity and reasonable depth as well). A lot of the most common DSP ‘filters’ and algorithms are covered — FFT, FIR, IIR, moving averages, etc. — and they are all accompanied with intentionally ‘basic’ implementations in code in … well … Basic.
In an particularly enlightened stance, Dr. Smith also takes the unusual step of letting you decide entirely for yourself if this is the right book for you, since the entire book is available online free or charge, chapter by chapter in PDF format! You can get printed copies of Amazon, and if you find the book useful it’s worth support the author (I ordered my copy 20 minutes after digging into a single chapter), but if you’re on a tight budget, you’ll be bound to appreciate his generous and open gesture!
Any other good DSP resources for beginners out there that your found noteworth? Toss them up in the comments below so other people can benefit as well!
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
I also highly recommend Numerical Recipes: The Art of Scientific Computing by Press, Teukolsky, Vetterling,and Flannery. Great collection of numerical methods with example code in C/C++ Includes filters and many other useful algorithms.
I have an older edition of that book, and it’s definitely a gem. I should really publish it on one of the next EE Bookshelf entries, since I only stumbled across it myself a few years back digging around in a company bookshelf.
I also highly recommend Numerical Recipes: The Art of Scientific Computing by Press, Teukolsky, Vetterling,and Flannery. Great collection of numerical methods with example code in C/C++ Includes filters and many other useful algorithms.
http://www.amazon.com/Numerical-Recipes-3rd-Edition-Scientific/dp/0521880688/ref=sr_1_8?ie=UTF8&qid=1368720333&sr=8-8&keywords=press%2C+numerical+methods
I have an older edition of that book, and it’s definitely a gem. I should really publish it on one of the next EE Bookshelf entries, since I only stumbled across it myself a few years back digging around in a company bookshelf.