There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Based on the FFTReal C++ library, I implemented the following Digital Filters: the FFT Convolution (the best way to compute the convolution), the Low-Pass Filter, High-Pass Filter, Band-Pass Filter, and Band-Stop Filter algorithms. You can find more about the filters in Thesis_TeodoraSzasz.pdf, in the Digital Filtering section.