jtfell / c-fft

C-Implementations of FFT Algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-fft

C-Implementations of FFT Algorithms:

run a simple make in c-fft directory and both test and benchmark will be compiled.

==================================================================

test: tests the result of all implementations included in the library are correct and equivalent

benchmark: compares the speed of each implementation for 10000 computations of an input with n=30

About

C-Implementations of FFT Algorithms.


Languages

Language:C 91.7%Language:C++ 5.0%Language:Makefile 3.3%