After some study, I created a small application that calculates DFT (discrete Fourier transforms) from some input. It works quite well, but it is rather slow.
I read that FFTs (fast Fourier transforms) allow you to calculate faster, but how do they differ? And more importantly, how can I implement them in C ++?
source
share