Skip to main content

Convolution

Applying FIR filters to input signals is computationally expensive. There are NN inputs that need to be transformed into NN outputs. Each of the NN outputs depends on all of the NN inputs. This means that the computational complexity of applying a FIR filter is O(N2)O(N^2). However, it turns out that there is a faster way to compute FIR filters that relies on the Convolution Theorem.

Copyright © 2025 Craig Carr and Adam Kosminsky
Designed by 🔥 Tastemaker Design