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.64k stars 252 forks source link

How to apply dft to 2d matrix? #127

Closed vdgs closed 6 months ago

dancazarin commented 3 years ago

At this moment only 1d operations are implemented, mainly because KFR is audio-centered library.

But 2d FFT can be performed with 1d FFT and reordering.

emmenlau commented 2 years ago

I would be interested in this too.

dancazarin commented 1 year ago

Upcoming KFR 5.x will include multidimensional array support and 2D FFT.

dancazarin commented 6 months ago

All KFR6 features are now in main branch