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