this is a great free book

GroupDIY Audio Forum

Help Support GroupDIY Audio Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

mulletchuck

Well-known member
Joined
Jan 9, 2010
Messages
1,132
Location
Midwood, Brooklyn, NYC
I stumbled across this book while lookin' for some literature on fourier transforms and digital filters:

http://www.dspguide.com/

All the chapters are free to download, which is awesome.    If you don't want to click 34 times to open each chapter, open your browser's javascript console and paste this and press enter.  it'll open each chapter in a new window and you can save the pdfs to your computer easily :)

Code:
for( var i = 1; i < 34; i++ ) {
  window.open( "http://www.dspguide.com/CH"+i+".PDF");
}
 

Latest posts

Back
Top