Irubataru / terminal-programs

Various small terminal applications for things I do often
0 stars 1 forks source link

Implement an FFT #3

Open Irubataru opened 7 years ago

Irubataru commented 7 years ago

Still haven't found a simple header only FFT library for C++, performance is not really that important (for now). I would therefore like to implement one here, using e.g. the Cooley–Tukey FFT algorithm.