Articles

Efficient IIR filters on modern CPUs

One of the most basic operations in digital audio processing is the infinite impulse response (IIR) filter. These filters are by nature recursive, making it difficult to see how to optimize them for the SIMD capabilities of modern CPUs. But it is possible — this article illustrates a technique for doing so.

Read article