/oli-fourier

personal implementations of a slow and a recursive fast Fourier transform algorithm to be measured. for educational purpose.

Primary LanguageC

implementations of a slow and a fast discrete Fourier transform algorithms.

the main compares the two algorithms against each other

compile (with clang change CC in the Makefile otherwise) make all

./Fourier <number of test iterations>

thank you for reading!