#3,297 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Digital Signal Processing

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Digital Signal Processing. Here are the top ones.

Digital Signal Processing
Buying options
View on Amazon.com
or
    Features:
  • Color glossy pages.
  • Index
Specs:
Height9.6 Inches
Length8.3 Inches
Weight3.91981901836 Pounds
Width1.7 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Digital Signal Processing:

u/attekojo ยท 2 pointsr/coding

I'll go with a1k0n here, IIRs are the way to go, unless you want to start implementing really long filters. A 3rd-order FIR has very poor attenuation in the stopband compared to a 3rd-order IIR. The only drawback of IIRs is that they have non-linear phase response, but I guess in audio work it's not that crucial.

For playing around with digital filter design I strongly recommend Matlab's signal processing toolbox. If you don't have access to that, Octave has an implementation of pretty much all the functions in SPT and is free. With it you can do the whole filter design in digital domain, which is a lot easier for experimentation.

And to accompany Matlab-DSP-coding I'd strongly recommend Digital Signal Processing by Mitra. It's got all the basic theory plus a lot of examples in Matlab (all of which should also work with Octave); it doesn't specifically address audio signal processing, but understanding the basics will get you a long way.