TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Scientist and Engineer's Guide to Digital Signal Processing (1999)

218 pointsby tzhenghaoover 6 years ago

12 comments

mattthebakerover 6 years ago
Easier access to (I think) the same content here: <a href="http:&#x2F;&#x2F;www.dspguide.com&#x2F;pdfbook.htm" rel="nofollow">http:&#x2F;&#x2F;www.dspguide.com&#x2F;pdfbook.htm</a>
评论 #18940148 未加载
newqerover 6 years ago
Boy this brings back memories. When I was at school this was my bible. I graduated my embedded systems programming study, with my field of study being DSP. Soon after I started my changed careers pretty fast, but I still look back on DSP with much love. I&#x27;m still fun at parties, though. E.g. when somebody criticizes the CD, being worse than analogue LP&#x27;s. Also when people invest top dollar in speaker cables, while the single most area to invest is being overlooked. Fixing the DA clock-source results is far better music quality, then any speaker cable will ever can.
评论 #18939929 未加载
评论 #18942926 未加载
siddbootsover 6 years ago
When I first studied this book, and other related bits of Engineering Maths, I remember being completely marveled by Laplace and Z transform methods. I could learn to manipulate them and use them to solve equations, it felt like black magic for a very long time even having working through all of the basic derivations.<p>A book that did a lot to bring my understanding around was Complex Variables and the Laplace Transform for Engineers by LePage. It&#x27;s more-or-less a pretty thorough introduction to complex analysis, but developed in the context of linear systems and transfer functions. I would absolutely recommend it as a sequel to this book.
评论 #18939086 未加载
评论 #18946261 未加载
评论 #18939043 未加载
lambdaover 6 years ago
I&#x27;ve been wanting to learn more about DSP, and this looks like a good free resource, but the examples in BASIC are just so hard to read, between the line numbers and SHOUTY CASE.<p>While I suppose it would be a good exercise to translate the examples into the language of my choice, are there any good resources on DSP that use a more reasonable language for the examples? And I&#x27;d prefer to avoid proprietary languages like Matlab.
评论 #18936694 未加载
评论 #18936961 未加载
评论 #18939270 未加载
评论 #18938416 未加载
评论 #18936587 未加载
ultrasounderover 6 years ago
As an EE who flunked his DSP graduate course,Can&#x27;t recommend this book enough to grok DSP basics. And it&#x27;s Free!As a good programming practice I intend to translate the codes from BASIC( pseudocode) to Python(NumPY fun).
评论 #18936903 未加载
评论 #18937139 未加载
achillesheelsover 6 years ago
A Godsend! I really appreciated the separation of the s-plane as rectangular and the z-plane as polar. It is astonishing the depth to which we can analyze the frequency harmonics of a signal.<p>;-)
microDudeover 6 years ago
Can not recommend the book enough. I read the entire book in PDF format first. Then went out and bought a hard copy.<p>I work at ADI now, which is kind of weird to see the OP&#x27;s link.
评论 #18937760 未加载
anigbrowlover 6 years ago
This has been a favorite for nearly 20 years.
person_of_colorover 6 years ago
I need something like this for Music Theory.
评论 #18937296 未加载
signa11over 6 years ago
also, there is canonical green-tea-press book &#x27;think dsp&#x27; available here: <a href="http:&#x2F;&#x2F;greenteapress.com&#x2F;wp&#x2F;think-dsp&#x2F;" rel="nofollow">http:&#x2F;&#x2F;greenteapress.com&#x2F;wp&#x2F;think-dsp&#x2F;</a><p>which covers the basics in python.
peterlkover 6 years ago
Does anyone have any suggestions for a book specific to audio synthesis DSP?
评论 #18942288 未加载
Stenzelover 6 years ago
This book contains some wrong and oversimplified statements, the explanation of the sampling theorem is awkward and suggests that the author has not fully understood it himself.<p>Example of wrong claims: &quot;The heart of digital noise generation is the random number generator.&quot; Not true, many digital noise generators use LFSR.<p>&quot;Just as analog filters are designed using the Laplace transform, recursive digital filters are developed with a parallel technique called the z-transform.&quot; Hello no, there are gazillion ways to design filters - analog or digital - without those transforms.<p>&quot;The frequency domain becomes attractive whenever the complexity of the Fourier Transform is less than the complexity of the convolution. This isn&#x27;t a matter of which you like better; it is a matter of which you hate less.&quot;<p>Clearly I hate both domains less than this book. It might serve as an introduction to DSP, but please remain suspicious, if some claim herein seems oversimplified, it probably is.
评论 #18938234 未加载