Month: December 2022
How FIR filters work | Applying the filter
In this post, we discover how to use a filter’s impulse response to filter a signal. Included in the post are snippets of JavaScript code demonstrating how you can write your own FIR filter.
Read MoreHow FIR filters work | Designing the filter
How to use the inverse Fourier Transform to tailor the impulse response of our filter to give us the frequency response we are looking for.
Read More