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.67k stars 256 forks source link

fix resampler for complex signal #38

Closed ermito closed 5 years ago

ermito commented 5 years ago

wrong types for this example: auto resampler_cplx = sample_rate_converter<cbase>(resample_quality::draft, out_sr, in_sr);

dancazarin commented 5 years ago

Thank you. Merged