kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.62k stars 248 forks source link

Example request: FIR Overlap-Add #201

Closed idotta closed 8 months ago

idotta commented 8 months ago

Hello there! Would you please provide an example where I can use the overlap-add method with the filter_fir class in a situation where the processing chunk is smaller than the number of taps?

Edit: To give you more context, I'm trying to use the FIR filter while reading a stream of realtime data from network.

Edit2: I'm sorry, I wasn't using the filter_fir class properly. It works as expected.