Low-Pass Filter (LPF)
This is fundamental knowledge according to Shaheer.
A low-pass filter (LPF) is a circuit that only passes signals below its cutoff frequency while attenuating all signals above it.
Resources
- https://www.analog.com/en/design-center/glossary/low-pass-filter.html
- https://petapixel.com/what-is-a-low-pass-filter/
I briefly saw this in CS370 when looking at Fourier Transform.
- Yes, you work in frequency domain, and just remove the low frequency values
I do it here: https://github.com/Gongsta/cs370/blob/main/a3/a3q5.ipynb
You can also implement this in C++.